Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khakimio/sicp-racket
📕 SICP an excellent computer science text used in introductory courses at MIT
https://github.com/khakimio/sicp-racket
car cdr computer-science cons lisp pairs racket sicp
Last synced: 7 days ago
JSON representation
📕 SICP an excellent computer science text used in introductory courses at MIT
- Host: GitHub
- URL: https://github.com/khakimio/sicp-racket
- Owner: khakimio
- Created: 2021-02-14T07:38:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T07:45:13.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T10:15:18.741Z (2 months ago)
- Topics: car, cdr, computer-science, cons, lisp, pairs, racket, sicp
- Language: Racket
- Homepage: https://mitpress.mit.edu/sites/default/files/sicp/index.html
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SICP
### Requirements
* Racket
* Rackunit (`raco pkg install rackunit`)
* [SICP Support for DrRacket](https://docs.racket-lang.org/sicp-manual/index.html) (`raco pkg install sicp`)
* [Racket-review](https://github.com/Bogdanp/racket-review) surface-level linter (`raco pkg install review`)
* Make### Using
* Run tests `make test`
* Run linter `make lint`