Scheme Resources

There is much information about Scheme on the Internet. We first link to local copies of the most recent Scheme Report, which defines the language. In addition, the first group of links are full text books:

The next group is Scheme tutorials:

Next a group of overall Scheme web sites:

There are a number of particular Scheme systems, most of which can be downloaded and installed on your own computer:

For personal on Windows machines use I will recommend that you download and install DrScheme from the link given above. This will also install MzScheme, which I recommed for use with LAML. On the CS network, DrScheme 205 and MzScheme 205 are available in /pack/plt-scheme/bin/.

On Linux, you can probably also install DrScheme from the link above. However, you can consider to use Guile, which will be preinstalled on most Linux PCs.

Next, a group that includes various Scheme based software:

Whenever needed on the course, additional information about Scheme will be added to this page.