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

https://github.com/wangzhe3224/sicp_but_clojure

SICP in clojure with example and exercise
https://github.com/wangzhe3224/sicp_but_clojure

clojure exercise sicp

Last synced: 7 months ago
JSON representation

SICP in clojure with example and exercise

Awesome Lists containing this project

README

          

# sicp-clojure

SCIP but in Clojure.

Check `./resources` folder for notebooks of different chapters:

- [1.1](./resources/CH01_01.ipynb)
- [1.2](./resources/CH01_02.ipynb)
- [1.3](./resources/CH01_03.ipynb)
- [2.1](./resources/CH02_01.ipynb)
- [2.2](./resources/CH02_02.ipynb)
- [2.3](./resources/CH02_03.ipynb)
- [3.1](./resources/CH03_01.ipynb)
- [3.2](./resources/CH03_02.ipynb)
- [4](./resources/CH04.ipynb)
- [5](./resources/CH05.ipynb)

More example code and exercise solution are in `./src` folder.