2001-04-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
[bpt/guile.git] / doc / scheme-reading.texi
CommitLineData
38a93523
NJ
1@page
2@node Further Reading
3@chapter Further Reading
4
b0839672 5@itemize @bullet
38a93523
NJ
6@item
7Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
8Fixnum Days}, at
9http://www.cs.rice.edu/~dorai/t-y-scheme/t-y-scheme.html. Includes a
10nice explanation of continuations.
11
12@item
13http://wombat.doc.ic.ac.uk/foldoc/.
14
15@item
16The complete text of @dfn{Structure and Interpretation of Computer
17Programs}, the classic introduction to computer science and Scheme by
18Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
19http://mitpress.mit.edu/sicp/sicp.html. This site also provides
20teaching materials related to the book, and all the source code used in
21the book, in a form suitable for loading and running.
22@end itemize
23
24
25@c Local Variables:
26@c TeX-master: "guile.texi"
27@c End: