add headers and exercises from Seasoned Schemer
[lambda.git] / learning_scheme.mdwn
index 4328a64..f868ddb 100644 (file)
@@ -1,5 +1,8 @@
 *   [Try Scheme in your browser](http://tryscheme.sourceforge.net/) (slow, bare-bones)
 *   This site's guide to [[Installing Scheme|/installing#scheme]]
+*   This site's [[entry-level explanation of the differences between Scheme, OCaml, and Haskell|rosetta1]]
+*   A bit about comments and brackets is available [[here|/rosetta2]]; and then more details about how to do some OCaml-ish and Haskell-ish things in Scheme, and how to get Scheme-ish continuations in OCaml, are [[here|/rosetta3]]
+
 
 <!-- -->
 *   Wikipedia on
@@ -163,7 +166,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.
 -->
 
 <!--