(
lambda
infinite)
Blog
Threading macros
2021-03-24
PERMALINK
Threading macros are one of the most useful features of the Clojure core library. Similar to a fluent API in object-oriented programming languages, these macros are both more powerful and more flexible.
Blog