X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=learning_scheme.mdwn;h=f868ddb308ae6b0306e5be9b5e0c17c31f562acc;hp=2f92b5edcb8c040233228180a5cf97871a8e92a8;hb=ff9ac58604272622b430b2d775610ca7298e9199;hpb=31cebc8050836005ee17dd1d20ae81b2ab9afa3c diff --git a/learning_scheme.mdwn b/learning_scheme.mdwn index 2f92b5ed..f868ddb3 100644 --- a/learning_scheme.mdwn +++ b/learning_scheme.mdwn @@ -1,6 +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 [[explanation of the differences between Scheme, OCaml, and Haskell|rosetta1]] +* 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