weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
865 stars 66 forks source link

Suggested addition: mapmap #71

Closed port19x closed 1 year ago

port19x commented 1 year ago

(your issue template might be broken btw)

like map, but one level deeper. Given a sequence (lvl1) of sequences (lvl2), map function to those sequences (lvl2) of the sequence. Especially useful because you can't nest short form lambdas #(fn %)

weavejester commented 1 year ago

I think this is a little too specific for Medley. (I also don't have an issue template set on this project.)

port19x commented 1 year ago

fair enough, thx for the quick response