Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.27 KB

README.rst

File metadata and controls

42 lines (34 loc) · 2.27 KB

Structure and Interpretation of Computer Programs

Notes and exercise solutions that I took while progressing through the "Structure and Interpretation of Computer Programs" book.

Calendar

Topic Prerequisites Lecture Slides Lecture Videos
Introduction to Computation Section 1.1 Link Overview and Introduction to Lisp
Scheme Basics Section 1.2 Link Procedures and Processes; Substitution Model

Useful links

Other solutions