OCaml or Objective Caml
authorJim Pryor <profjim@jimpryor.net>
Mon, 23 Aug 2010 20:49:26 +0000 (16:49 -0400)
committerJim Pryor <profjim@jimpryor.net>
Mon, 23 Aug 2010 20:49:26 +0000 (16:49 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
how_to_get_the_programming_languages_running_on_your_computer.mdwn

index 090c14c..8de3b70 100644 (file)
@@ -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
 
 **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.
 
 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.