1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/doc/ref/scheme-reading.texi
2002-09-09 20:01:18 +00:00

29 lines
861 B
Text

@page
@node Further Reading
@chapter Further Reading
@itemize @bullet
@item
The website @url{http://www.schemers.org} is a good starting point for
all things Scheme.
@item
Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
Fixnum Days}, at
@url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
Includes a nice explanation of continuations.
@item
The complete text of @dfn{Structure and Interpretation of Computer
Programs}, the classic introduction to computer science and Scheme by
Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
@url{http://mitpress.mit.edu/sicp/sicp.html}. This site also provides
teaching materials related to the book, and all the source code used in
the book, in a form suitable for loading and running.
@end itemize
@c Local Variables:
@c TeX-master: "guile.texi"
@c End: