Fix 'weak-vector?' doc: Weak hash tables are not weak vectors.
[bpt/guile.git] / doc / ref / scheme-reading.texi
CommitLineData
2da09c3f
MV
1@c -*-texinfo-*-
2@c This is part of the GNU Guile Reference Manual.
4b4b1e0b 3@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2011
2da09c3f
MV
4@c Free Software Foundation, Inc.
5@c See the file guile.texi for copying conditions.
6
a0e07ba4 7@node Further Reading
3229f68b 8@section Further Reading
a0e07ba4
NJ
9
10@itemize @bullet
cc72f3bc
MV
11
12@item
4b4b1e0b 13The website @url{http://www.schemers.org/} is a good starting point for
cc72f3bc
MV
14all things Scheme.
15
a0e07ba4
NJ
16@item
17Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
18Fixnum Days}, at
cc72f3bc 19@url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
a0e07ba4
NJ
20Includes a nice explanation of continuations.
21
a0e07ba4
NJ
22@item
23The complete text of @dfn{Structure and Interpretation of Computer
24Programs}, the classic introduction to computer science and Scheme by
25Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
26@url{http://mitpress.mit.edu/sicp/sicp.html}. This site also provides
27teaching materials related to the book, and all the source code used in
28the 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: