Skip to content

cfereday/writing-my-own-reduce-function

Repository files navigation

reductionist-view-reduce

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

Installation

$ Git clone git@github.com:charlottebrf/writing-my-own-reduce-function.git

Usage

Run the tests

$ cd writing-my-own-reduce-function
lein test

Connectd Blog Post

  • ToDo

License

Distributed under the Eclipse Public License either version 1.0.

About

Writing my own reduce function to better understand it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published