6ec4a77b064ce958eae2ea6656c7e61aaa585375
[bpt/guile.git] / doc / ref / scheme-reading.texi
1 @page
2 @node Further Reading
3 @chapter Further Reading
4
5 @itemize @bullet
6
7 @item
8 The website @url{http://www.schemers.org} is a good starting point for
9 all things Scheme.
10
11 @item
12 Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
13 Fixnum Days}, at
14 @url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
15 Includes a nice explanation of continuations.
16
17 @item
18 The complete text of @dfn{Structure and Interpretation of Computer
19 Programs}, the classic introduction to computer science and Scheme by
20 Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
21 @url{http://mitpress.mit.edu/sicp/sicp.html}. This site also provides
22 teaching materials related to the book, and all the source code used in
23 the book, in a form suitable for loading and running.
24 @end itemize
25
26
27 @c Local Variables:
28 @c TeX-master: "guile.texi"
29 @c End: