A table of contents of my SICP related posts. In chronological order, from oldest to newest.
- Structure and Interpretation of Computer Programs
- Substitution Model
- Iteration, Recursion, and Orders of Growth
- Exercise 1.11: Iterative and Recursive Procedures
- Exercise 1.12: Pascal's Trangle
- Exercises 1.16, 1.17, 1.18
- Higher-Order Procedures
- Exercise 1.29: Simpson's Rule
- Exercise 1.37: Continued Fraction
- Exercises 1.38, 1.39: More Continued Fraction Fun
- Exercises 1.40 - 1.44
- Chapter 1 Review
- Section 2.1: Intro Data Abstraction
- Exercises 2.1 - 2.4
- Exercise 2.5: Yet another definition of cons, car, cdr
- Exercise 2.6: Church Numerals
- Mapping Over Lists and Trees
- Sequences as Conventional Interfaces
- Exercises 2.38 & 2.39: fold-left and fold-right