I've decided to write my own reduce function with the following goals in mind:
- Really understand the reduce function which is so commonly used
- Understand how other core functions like map & filter in turn use the reduce method: their differences and similarities
- Continue to improve Clojure skilss
$ Git clone git@github.com:charlottebrf/writing-my-own-reduce-function.git
Run the tests
$ cd writing-my-own-reduce-function
lein test
- ToDo
Distributed under the Eclipse Public License either version 1.0.