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
- Host: GitHub
- URL: https://github.com/wangzhe3224/sicp_but_clojure
- Owner: wangzhe3224
- License: other
- Created: 2021-01-07T00:00:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T23:47:01.000Z (over 4 years ago)
- Last Synced: 2025-01-15T13:28:50.197Z (9 months ago)
- Topics: clojure, exercise, sicp
- Language: Jupyter Notebook
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.