Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`