(no commit message)
[lambda.git] / learning_scheme.mdwn
index ee75c37..2f92b5e 100644 (file)
@@ -1,6 +1,6 @@
 *   [Try Scheme in your browser](http://tryscheme.sourceforge.net/) (slow, bare-bones)
 *   This site's guide to [[Installing Scheme|/installing#scheme]]
-*   This site's [[explanation of the differences between Scheme, OCaml, and Haskell|rosetta2]]
+*   This site's [[explanation of the differences between Scheme, OCaml, and Haskell|rosetta1]]
 
 <!-- -->
 *   Wikipedia on
@@ -164,7 +164,7 @@ Scheme is a very small language which is based on Lisp, the oldest of functional
     continuations
     macros
 
-An excellent place to start is the book: Structure and Interpretation of Computer Programs (considered by some the "bible" of functional programming, which may give a false implication as to its breadth, despite it being a very good book). There are also countless other great books and websites which have been published to answer questions on how to learn Lisp, why to learn Lisp, etc., so searching the web will most certainly be worth your time. 
+An excellent place to start is the book: Structure and Interpretation of Computer Programs (considered by some the "bible" of functional programming, which may give a false implication as to its breadth, despite it being a very good book). There are also countless other great books and websites which have been published to answer questions on how to learn Lisp, why to learn Lisp, etc., so searching the web will most certainly be worth your time.
 -->
 
 <!--