elisp @@ macro
[bpt/guile.git] / doc / ref / scheme-reading.texi
1 @c -*-texinfo-*-
2 @c This is part of the GNU Guile Reference Manual.
3 @c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011
4 @c Free Software Foundation, Inc.
5 @c See the file guile.texi for copying conditions.
6
7 @node Further Reading
8 @section Further Reading
9
10 @itemize @bullet
11
12 @item
13 The website @url{http://www.schemers.org/} is a good starting point for
14 all things Scheme.
15
16 @item
17 Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
18 Fixnum Days}, at
19 @url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
20 Includes a nice explanation of continuations.
21
22 @item
23 The complete text of @dfn{Structure and Interpretation of Computer
24 Programs}, the classic introduction to computer science and Scheme by
25 Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
26 @url{http://mitpress.mit.edu/sicp/sicp.html}. This site also provides
27 teaching materials related to the book, and all the source code used in
28 the book, in a form suitable for loading and running.
29 @end itemize
30
31
32 @c Local Variables:
33 @c TeX-master: "guile.texi"
34 @c End: