fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

More reduce/map friends #7

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

We only have reduce, and only on Vectors at the time of this writing, but there's a lot more that's in Clojure that we could use, map, map-indexed, reduce-kv, lots of stuff.

See http://clojuredocs.org/clojure.core.

Oh also the for form.

fasterthanlime commented 9 years ago

Lil check list:

fasterthanlime commented 9 years ago

Will open individual issues where it makes sense, cf. #80