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

https://github.com/holyketzer/sicp

SICP exercises
https://github.com/holyketzer/sicp

scheme sicp sicp-exercises sicp-solutions

Last synced: about 2 months ago
JSON representation

SICP exercises

Awesome Lists containing this project

README

        

Install MIT-Scheme:

```sh
brew install mit-scheme
```

Run code:

```sh
scheme --quiet < file-name.scm
```