]> git.donarmstrong.com Git - lilypond.git/blob - guile18/doc/ref/scheme-reading.texi
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / 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
4 @c   Free Software Foundation, Inc.
5 @c See the file guile.texi for copying conditions.
6
7 @page
8 @node Further Reading
9 @section Further Reading
10
11 @itemize @bullet
12
13 @item
14 The website @url{http://www.schemers.org} is a good starting point for
15 all things Scheme.
16
17 @item
18 Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
19 Fixnum Days}, at
20 @url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
21 Includes a nice explanation of continuations.
22
23 @item
24 The complete text of @dfn{Structure and Interpretation of Computer
25 Programs}, the classic introduction to computer science and Scheme by
26 Hal Abelson, Jerry Sussman and Julie Sussman, is now available online at
27 @url{http://mitpress.mit.edu/sicp/sicp.html}.  This site also provides
28 teaching materials related to the book, and all the source code used in
29 the book, in a form suitable for loading and running.
30 @end itemize
31
32
33 @c Local Variables:
34 @c TeX-master: "guile.texi"
35 @c End: