From: Jim Date: Sat, 31 Jan 2015 11:37:17 +0000 (-0500) Subject: install scheme reorg X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=0fe3f133e39fac5cc2a6dc10784a8313cbd63092 install scheme reorg --- 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 235b8abc..add8e271 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 @@ -106,6 +106,11 @@ easier and more straightforward for others. of programming languages. The other dialects are called "Common Lisp" and "Clojure". Scheme is the more clean and minimalist dialect, and is what's mostly used in academic circles. + +* In your web browser: + + There is a (slow, bare-bones) version of Scheme available for online use at . + Scheme itself has umpteen different "implementations", which share most of their fundamentals, but have slightly different extensions and interact with the operating system differently. One major implementation is called Racket, @@ -128,10 +133,6 @@ Racket has several components. The two most visible components for us are a comm The current version of Racket is 6.1.1 (released November 2014). -* In your web browser: - - There is a (slow, bare-bones) version of Scheme available for online use at . - * **To install in Windows** Go to . Download and install the "Windows x64" version. (Or the "Windows x86" verson if you have an older, 32-bit system.)