CSE 341 -- Spring 2000
Scheme
Scheme lecture slides:
html
;
pdf
Running Scheme
"Can I use a different Scheme implementation for my homework?"
(Short answer: yes, but test on MIT Scheme prior to submitting.)
Emacs quick reference
(postscript file - useful if you're running Scheme under Emacs)
External Links
R5RS (Scheme Standard)
(
local PDF
)
MIT Scheme
MIT Scheme home page
Web page for the book
Structure and Interpretation of Computer Programs
The MIT Scheme textbook (includes contents of Chapter 1 online)
MIT Scheme User Manual
Tutorials
Dr. Scheme Environment from Rice
Teach Yourself Scheme
Dickey's Scheme Introduction
(locally revised to correct some errors)
Another Scheme Introduction
Scheme Tutorial
General resources
Scheme Repository
Schemers.org
Kawa Scheme System
. A Scheme interpreter, written in Java, for the Java Virtual Machine!
SLIB
: a commonly used Scheme utility library, handy if you want to play with Scheme.
Scheming with Objects
A discussion of how to implement an object system in Scheme.
This link
links to a number of Scheme object systems.