scheme-reading.texi 1.1 KB

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