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
- Host: GitHub
- URL: https://github.com/tlewin/sicp-clojure
- Owner: tlewin
- Created: 2016-08-16T03:50:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T01:37:40.000Z (over 9 years ago)
- Last Synced: 2025-01-12T22:07:53.443Z (over 1 year ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SICP exercises using Clojure
Work in progress!

### Run an exercise
For now, I am using [lein exec](https://github.com/kumarshantanu/lein-exec):
```bash
> lein exec chapterXX/exY_ZZ.clj
```