CSE 341 -- Scheme
Scheme Notes
- Scheme Basics.
Primitive data types and operations; EVAL; simple control abstractions;
variables and binding; typechecking.
- Recursion and Applicative Programming
.
Recursion, applicative programming, higher-order functions, lexical
closures.
- Scheme Wrapup.
Random Scheme features, such as assignment, list surgery, I/O, and exceptions.
- Scheme Cheat Sheet All you need to
know...
- Scheme Data Abstractions
.
Using Lists to build tables, sets, trees. Hash Tables. Arrays. Structures.
Other Resources
dugan@cs.washington.edu
(Last Update:
)