From cc72f3bc35e7ab3b9edd42261b104594508814b1 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 9 Sep 2002 20:01:18 +0000 Subject: [PATCH] Added www.schemers.org. Removed foldoc, it's too generic. Updated 'teach yourself ...' URL. --- doc/ref/scheme-reading.texi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/ref/scheme-reading.texi b/doc/ref/scheme-reading.texi index eea049d2d..6ec4a77b0 100644 --- a/doc/ref/scheme-reading.texi +++ b/doc/ref/scheme-reading.texi @@ -3,15 +3,17 @@ @chapter Further Reading @itemize @bullet + +@item +The website @url{http://www.schemers.org} is a good starting point for +all things Scheme. + @item Dorai Sitaram's online Scheme tutorial, @dfn{Teach Yourself Scheme in Fixnum Days}, at -@url{http://www.cs.rice.edu/~dorai/t-y-scheme/t-y-scheme.html}. +@url{http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html}. Includes a nice explanation of continuations. -@item -@url{http://wombat.doc.ic.ac.uk/foldoc/}. - @item The complete text of @dfn{Structure and Interpretation of Computer Programs}, the classic introduction to computer science and Scheme by