From: Jim Pryor Date: Mon, 20 Sep 2010 16:08:56 +0000 (-0400) Subject: using: tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=701e1a701a0275a6a0294cba81df0e1984fa2768;ds=sidebyside using: tweaks Signed-off-by: Jim Pryor --- 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.