Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 243 Bytes

sicp

Problems from "Structure and Interpretation of Computer Programs" book https://web.mit.edu/alexmv/6.037/sicp.pdf

Setup

Install scheme with brew:

brew install mit-scheme

Run programs with:

scheme < "path/to/file"