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.
- Host: GitHub
- URL: https://github.com/albert-2002/structure-and-interpretation-of-computer-programs
- Owner: Albert-2002
- Created: 2025-02-15T07:05:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T19:09:51.000Z (about 1 year ago)
- Last Synced: 2025-04-06T20:23:15.031Z (about 1 year ago)
- Topics: computer-science, lisp, scheme, sicp
- Language: Scheme
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---