X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=rosetta1.mdwn;h=a84719588b4242e5cbbbc1d6730daad686e42e8b;hp=5d3868ab6b61cb9ce23553d841774a08d8109e2d;hb=HEAD;hpb=304acaf16c06ed0fda1085f2a6689f92a8e635be diff --git a/rosetta1.mdwn b/rosetta1.mdwn index 5d3868ab..a8471958 100644 --- a/rosetta1.mdwn +++ b/rosetta1.mdwn @@ -1,5 +1,7 @@ [[!toc levels=2]] +More details are also available on these [[two|/rosetta2]] [[pages|/rosetta3]]. (But some information is only discussed below; the others aren't supersets of this page.) + ## Can you summarize the differences between your made-up language and Scheme, OCaml, and Haskell? ## The made-up language we wet our toes in in week 1 is called Kapulet. (I'll tell you [the story behind its name](/images/randj.jpg) sometime.) The purpose of starting with this language is that it represents something of a center of gravity between Scheme, OCaml, and Haskell, and also lacks many of their idiosyncratic warts. One downside is that it's not yet implemented in a form that you can run on your computers. So for now, if you want to try out your code on a real mechanical evaluator, you'll need to use one of the other languages.