A short story about how a new feature in an open source library was scaled down and yet became more useful.
November 9 2021Clojure, Functional programming
Functions like map, filter, and reduce are useful tools that many developers keep in their toolbox. partition may not be as commonly known, but in this post I’ll show you why it should be.
map
filter
reduce
partition
December 21 2020Clojure, Functional programming