Lectures
The excellent lecture notes are by Ranjit Jhala
| Date | Topic | Notes | Notes | Code |
|---|---|---|---|---|
| 4/2 | Introduction/Haskell | intro html intro md | haskell html haskell md | code sat |
| 4/9 | Numbers, Unary Ops, Variables | adder_html adder_md | adder_quizzes adder_quizzes_md | |
| 4/16 | Branches and Binary Operators | boa_html boa_md | ||
| 4/23 | Data Representation | cobra_html cobra_md | ||
| 4/30 | Functions | diamondback_html diamondback_md | ||
| 5/14 | Heap Data | egg_html egg_md | ||
| 5/21 | Garbage Collection | foxpdf | ||
| 5/28 | First-class functions, closures | closures closures_md | ||
| 6/3 | TBD + Review | FinalNotes |