Resources
Home Assignments Lecture Blog Resources
- Recitation hand-outs from a 2006 version of MIT 6.001
- University of Notre Dame's Scheme course
- UC Berkeley's course with videos by Brian Harvey (he is a famous person in the Lisp/Scheme/Logo community)
Scheme Lectures by Holly Yanco
- Scheme intro; substitution model
- Orders of growth; recursion & iteration
- Higher-order procedures
- Compound data
- Aggregate data
- Scheme data structures (trees)
- Henderson picture language
- Modifying the language
- metacircular evaluator; streams
again
10-02-00: More scheme intro, substitution model
10-03-00: Orders of growth, recursion/ iteration
10-04-00: Higher-order procedures
10-05-00: Compound data
10-06-00: Aggregate data
10-10-00: Henderson picture language
10-11-00: Symbolic data
10-12-00: Data structures
10-13-00: Multiple representations of data
10-16-00: Generic operators
10-17-00: State
10-23-00: Metacircular evaluator (actually, streams)
10-23-00: Recitation
10-24-00: More on the metacircular evaluator (actually, intro to MC Eval)
10-24-00: Recitation
10-25-00: Register Machines I
10-25-00: Register Machines II
10-26-00: EC eval
10-27-00: Compilation