X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=using_the_programming_languages.mdwn;h=6a87070b28c34121259cc5c28ac316d3c66c29df;hp=bfb97ae4b70ca404e85ee82bb6cf161a5b3014c0;hb=7a29e788593675531e78ce0b29858d56fef39e3c;hpb=d3336a1a5f222802c44b5a827428a4968b7d39c0 diff --git a/using_the_programming_languages.mdwn b/using_the_programming_languages.mdwn index bfb97ae4..6a87070b 100644 --- a/using_the_programming_languages.mdwn +++ b/using_the_programming_languages.mdwn @@ -121,6 +121,8 @@ know much OCaml yet to use it. Using it looks like this: church_to_int << $add$ $one$ $two$ >>;; - : int = 3 + To install Jim's OCaml bundle, DO THIS... + 5. To play around with a **typed lambda calculus**, which we'll look at later in the course, have a look at the [Penn Lambda Calculator](http://www.ling.upenn.edu/lambda/).