X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=how_to_get_the_programming_languages_running_on_your_computer.mdwn;h=8de3b703a92763fa823ade42e26352a65b474f59;hp=fbfcf97d93a35788196fb7e8fc1d996169780aeb;hb=e93866bd6d541c64ca54e5423e35a2e31a1324ae;hpb=f9b825dce0568fe5824a87660ae8baeae7e572ed diff --git a/how_to_get_the_programming_languages_running_on_your_computer.mdwn b/how_to_get_the_programming_languages_running_on_your_computer.mdwn index fbfcf97d..8de3b703 100644 --- a/how_to_get_the_programming_languages_running_on_your_computer.mdwn +++ b/how_to_get_the_programming_languages_running_on_your_computer.mdwn @@ -50,7 +50,7 @@ systems. and we'll assume that those of you using different packaging systems will know how to make the relevant substitutions. You may also want to take note of the output of the "uname -srm" command. On my machine this tells me "Linux - 2.6.35-ARCH x86_64". That tells me I'm running the x86_64 (as opposed to the + 2.6.35-ARCH x86\_64". That tells me I'm running the x86\_64 (as opposed to the i686 or i386 or whatever) version of Linux, and that I'm running kernel version 2.6.35. @@ -126,8 +126,8 @@ respectively. **Caml** is one of two major dialects of *ML*, which is another large family of programming languages. The other dialect is called "SML" and has several -implementations. But Caml has only one active implementation, OCaml, developed -by the INRIA academic group in France. +implementations. But Caml has only one active implementation, OCaml or +Objective Caml, developed by the INRIA academic group in France. It's helpful if in addition to OCaml you also install the Findlib add-on. This will make it easier to install additional add-ons further down the road.