[plt-scheme] Scheme Literature
Hello!
Dybvig's book is of course very useful-- both as a general reference and a
source for tutorial material on syntax-rules and syntax-case macros.
If you are not aware, you may wish to look at Dybvig's book (2nd edition, I
believe), online:
http://www.scheme.com/tspl2d/index.html
Also, there is "How to Design Programs", which is also available online:
http://www.htdp.org/
and "Structure and Interpretation of Computer Programs":
http://mitpress.mit.edu/sicp/full-text/book/book.html
Lastly, for a more general link to Scheme literature, I hope you will find
useful
my Scheme bibliography (with links to online documents, where available):
http://library.readscheme.org/
Jim