Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T16:06:50.000Z (over 5 years ago)
- Last Synced: 2024-12-09T19:57:00.610Z (13 days ago)
- Topics: programming, sicp-book, sicp-solutions
- Language: Scheme
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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).