An open API service indexing awesome lists of open source software.

https://github.com/albert-2002/structure-and-interpretation-of-computer-programs

Code exercises repository for the book Structure and Interpretation of Computer Programs.
https://github.com/albert-2002/structure-and-interpretation-of-computer-programs

computer-science lisp scheme sicp

Last synced: 4 months ago
JSON representation

Code exercises repository for the book Structure and Interpretation of Computer Programs.

Awesome Lists containing this project

README

          

# Structure and Interpretation of Computer Programs

Code repository for the book - ***'Structure and Interpretation of Computer Programs'***.

Book Link: [**SICP**](https://web.mit.edu/6.001/6.037/sicp.pdf "Book")

## To Run

1. Install Racket.
2. Execute:

```bash
racket [*].scm
```

---