For your convenience, the DrScheme programming envionrment is installed on the cs filesystem at /home/mflatt/packages/plt/bin/drscheme (That's a script that will select a Solaris, Linux, or FreeBSD binary, as appropriate.) You may prefer the non-GUI version at /home/mflatt/packages/plt/bin/mzscheme which prints faster, but provides even less debugging help. For other platforms (notably Windows), you can download and install DrScheme/MzScheme from http://www.cs.rice.edu/CS/PLT/packages/drscheme/ Installation is easy, and requires about 25 MB of disk space.When using DrScheme for the first time, set the language to Full Scheme via the "Choose Language" menu item. The provided code will not run in Beginner Student, which is the default language. When setting the language, click the Show Details button and set the output style to Quasiquote. |