From: Jim Pryor Date: Tue, 24 Aug 2010 15:16:32 +0000 (-0400) Subject: stub link to OCaml lambda calc X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=7a29e788593675531e78ce0b29858d56fef39e3c;hp=d3336a1a5f222802c44b5a827428a4968b7d39c0 stub link to OCaml lambda calc Signed-off-by: Jim Pryor --- 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/).