This repository will store the example exercises from the book Structures and Interpretations of Computer Programs as I work through while reading the book.
Find a file
2025-07-28 17:00:57 -05:00
chapter_1 add ch1 ex7 (partially) 2025-07-28 17:00:57 -05:00
README.md Added a test racket file and basic instructions in the README to get setup with racket with SICP language pack 2025-07-26 11:55:46 -05:00
test_racket.rkt Added a test racket file and basic instructions in the README to get setup with racket with SICP language pack 2025-07-26 11:55:46 -05:00

sicp_examples

This repository will store the example exercises from the book Structures and Interpretations of Computer Programs as I work through while reading the book. https://web.mit.edu/6.001/6.037/sicp.pdf

Usage:

You want to ensure you have racket installed to run the examples in these excercises with the sicp language pack installed.

# Install SICP language packet through the package manager
raco pkg install sicp

# Ensure you can run the test example (output should be 10)
racket test_racket.rkt
10