https://github.com/simonewebdesign/clojure-recursive-reduce
https://github.com/simonewebdesign/clojure-recursive-reduce
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonewebdesign/clojure-recursive-reduce
- Owner: simonewebdesign
- License: wtfpl
- Created: 2016-07-11T18:52:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T17:00:55.000Z (about 10 years ago)
- Last Synced: 2025-10-27T16:40:36.891Z (9 months ago)
- Language: Clojure
- Homepage: http://www.simonewebdesign.it/recursive-reduce-in-javascript-and-clojure/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recursive reduce in Clojure
Just an experiment on how to recursively reduce an array of nested items.
## Run the tests
Assuming you have Leiningen installed on your machine, clone this repo and then run `lein test`.
You should see this:
```
lein test clojure-recursive-reduce.core-test
Ran 1 tests containing 2 assertions.
0 failures, 0 errors.
```