scheme-reading.texi 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. @node Further Reading
  7. @section Further Reading
  8. @itemize @bullet
  9. @item
  10. The website @url{http://www.schemers.org/} is a good starting point for
  11. all things Scheme.
  12. @item
  13. Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in
  14. Fixnum Days}, at
  15. @url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}.
  16. Includes a nice explanation of continuations.
  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. @c Local Variables:
  26. @c TeX-master: "guile.texi"
  27. @c End: