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

https://github.com/simonewebdesign/clojure-recursive-reduce


https://github.com/simonewebdesign/clojure-recursive-reduce

Last synced: 14 days ago
JSON representation

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.
```