Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grassdog/the-little-schemer

Exercises from the Little Schemer
https://github.com/grassdog/the-little-schemer

Last synced: about 18 hours ago
JSON representation

Exercises from the Little Schemer

Awesome Lists containing this project

README

        

# Exercises from [The Little Schemer](http://www.ccs.neu.edu/home/matthias/BTLS/)

Exercises are written using [MIT-Scheme](http://www.gnu.org/software/mit-scheme/).

To get up and running with a decent REPL

```sh
$ brew install mit-scheme rlwrap
$ rlwrap -r -c scheme
```