Login
From:
aphyr.com
(Uncensored)
subscribe
Loopr: A Loop/Reduction Macro for Clojure
https://aphyr.com/posts/360-loopr-a-loop-reduction-macro-for-clojure
links
backlinks
Roast topics
Find topics
Find it!
I write a lot of reductions: loops that combine every element from a collection in some way. For example, summing a vector of integers: