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=0cb4f786575eeaec06416c07f5bdacbc6838bcb8;hp=028b0c641253d245b11d6c24b0d754863459426f;hb=c4eb20ae862369e97cadef43183d0663f3eddd11;hpb=4805a86086b8d072cd68ccbbf03cc52dc7d8b093 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..0cb4f786 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. @@ -89,6 +89,10 @@ were the command-line interpreter "mzscheme" and a teaching-friendly editor/fron Racket these have been renamed "racket" and "DrRacket", respectively. +* In your web browser: + + There is a (slow, bare-bones) version of Scheme available for online use at . + * **To install in Windows**