* Organize documentation into per-manual directories (halfway point commit).
[bpt/guile.git] / doc / ref / scheme-reading.texi
1 @page
2 @node Further Reading
3 @chapter Further Reading
4
5 @itemize @bullet
6 @item
7 Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
8 Fixnum Days}, at
9 @url{http://www.cs.rice.edu/~dorai/t-y-scheme/t-y-scheme.html}.
10 Includes a nice explanation of continuations.
11
12 @item
13 @url{http://wombat.doc.ic.ac.uk/foldoc/}.
14
15 @item
16 The complete text of @dfn{Structure and Interpretation of Computer
17 Programs}, the classic introduction to computer science and Scheme by
18 Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
19 @url{http://mitpress.mit.edu/sicp/sicp.html}. This site also provides
20 teaching materials related to the book, and all the source code used in
21 the 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: