From ab1fdd8bbd471a3d81f15c8ffc3fefc4283cbb76 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Tue, 14 Sep 2010 11:30:44 -0400 Subject: [PATCH] delete CommonLisp,ML from index Signed-off-by: Jim Pryor --- how_to_get_the_programming_languages_running_on_your_computer.mdwn | 2 +- index.mdwn | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 028b0c64..935e4a9c 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 @@ -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. diff --git a/index.mdwn b/index.mdwn index 74aaddf9..af63cf9d 100644 --- a/index.mdwn +++ b/index.mdwn @@ -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 -- 2.11.0