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

https://github.com/tlewin/sicp-clojure

My solutions for SICP exercises, using Clojure
https://github.com/tlewin/sicp-clojure

Last synced: 7 months ago
JSON representation

My solutions for SICP exercises, using Clojure

Awesome Lists containing this project

README

          

## SICP exercises using Clojure

Work in progress!

![cover](https://mitpress.mit.edu/sicp/full-text/book/cover.jpg)

### Run an exercise

For now, I am using [lein exec](https://github.com/kumarshantanu/lein-exec):

```bash
> lein exec chapterXX/exY_ZZ.clj
```