X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=using_the_programming_languages.mdwn;h=deef2ee1c0894b874d79188a80fb2915d73c82c2;hb=701e1a701a0275a6a0294cba81df0e1984fa2768;hp=bdba8d093ea5ecfd375e1b3e243b1efd6ea11a07;hpb=85bd77d2f5fc08beca4d2d65ccf9a6cf81b4a658;p=lambda.git diff --git a/using_the_programming_languages.mdwn b/using_the_programming_languages.mdwn index bdba8d09..deef2ee1 100644 --- a/using_the_programming_languages.mdwn +++ b/using_the_programming_languages.mdwn @@ -1,5 +1,3 @@ -We assume here that you've already gotten [Schema and OCaml installed on your computer](/how_to_get_the_programming_languages_running_on_your_computer/). - ## Programming in the pure untyped lambda calculus ## @@ -53,6 +51,8 @@ know much OCaml yet to use it. Using it looks like this: INCLUDE INSTRUCTIONS + We assume here that you've already [gotten OCaml installed on your computer](/how_to_get_the_programming_languages_running_on_your_computer/). + Some notes: * When you're talking to the interactive OCaml program, you have to finish complete statements with a ";;". Sometimes these aren't necessary, but rather than learn the rules yet about when you can get away without them, it's easiest to just use them consistently, like a period at the end of a sentence.