https://github.com/dgzlopes/sicp
My solutions to Structure and Interpretation of Computer Programs 2nd Edition.
https://github.com/dgzlopes/sicp
programming sicp-book sicp-solutions
Last synced: 11 days ago
JSON representation
My solutions to Structure and Interpretation of Computer Programs 2nd Edition.
- Host: GitHub
- URL: https://github.com/dgzlopes/sicp
- Owner: dgzlopes
- Created: 2018-10-22T09:22:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T16:06:50.000Z (over 6 years ago)
- Last Synced: 2025-11-23T18:05:29.125Z (2 months ago)
- Topics: programming, sicp-book, sicp-solutions
- Language: Scheme
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SICP
My solutions to Structure and Interpretation of Computer Programs 2nd Edition.
### Environment and Language
Actually I am running the [#lang sicp](https://docs.racket-lang.org/sicp-manual/) language for Racket using [DrRacket IDE](https://docs.racket-lang.org/drracket/index.html).