Tools

Scheme Documentation

Don't Panic: An Introductory Guide to the 6.001 Computer System (PDF)

This is the revised version of the manual for using Edwin and the MIT Scheme environment. This manual is a basic orientation to the Scheme programming environment, designed for students taking 6.001. It is highly recommended that you familiarize yourself with it.

Guide to MIT Scheme

This is the reference manual for MIT Scheme, listing all the commands. You should need to look at this rarely, if at all, for 6.001, since any Scheme features required for the course will be introduced in classes and problem sets.

Revised (5) Report on the Algorithmic Language Scheme

This is the formal definition of the "standard" Scheme language. It will be interesting for you to look at how a language is described formally, but you should not need to consult this for 6.001. This is also included with the MIT 6.001 Scheme implementations.