delete CommonLisp,ML from index
authorJim Pryor <profjim@jimpryor.net>
Tue, 14 Sep 2010 15:30:44 +0000 (11:30 -0400)
committerJim Pryor <profjim@jimpryor.net>
Tue, 14 Sep 2010 15:30:44 +0000 (11:30 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
how_to_get_the_programming_languages_running_on_your_computer.mdwn
index.mdwn

index 028b0c6..935e4a9 100644 (file)
@@ -69,7 +69,7 @@ easier and more straightforward for others.
 ## Getting Scheme ##
 
 **Scheme** is one of two major dialects of *Lisp*, which is a large family of
-programming languages. The other dialect is called "CommonLisp." Scheme is the
+programming languages. The other dialect is called "Common Lisp." Scheme is the
 more clean and minimalistic dialect, and is what's mostly used in academic
 circles.
 
index 74aaddf..af63cf9 100644 (file)
@@ -122,7 +122,7 @@ and Caml, which are prominent *functional programming languages*. We'll explain
 what that means during the course.
 
 *      **Scheme** is one of two major dialects of *Lisp*, which is a large family
-of programming languages. The other dialect is called "Common Lisp." Scheme
+of programming languages. Scheme
 is the more clean and minimalistic dialect, and is what's mostly used in
 academic circles.
 Scheme itself has umpteen different "implementations", which share most of
@@ -135,8 +135,7 @@ another Scheme implementation, though, there's no compelling reason to switch.)
        Racket stands to Scheme in something like the relation Firefox stands to HTML.
 
 *      **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,
+family of programming languages. Caml has only one active implementation,
 OCaml, developed by the INRIA academic group in France.
 
 *      Those of you with some programming background may have encountered a third