Posts written by:

Peter Schuck

Transducers: Clojure's Next Big Idea

<p>Recently Rich Hickey <a href="http://blog.cognitect.com/blog/2014/8/6/transducers-are-coming">announced</a> transducers for Clojure, the next big idea in Clojure after <a href="http://clojure.com/blog/2012/05/08/reducers-a-library-and-model-for-collection-processing.html">reducers</a>.</p> <p>In Clojure, we often work with <a href="http://clojure.org/data_structures#Data%20Structures-Collections">collections</a> in various types of <a href="http://clojure.org/sequences">sequences</a> (lazy or not), and <a href="http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html">core.async channels</a>. The workhorse functions in Clojure...</p>

Copyright 2025. Made with love by Bendyworkers in Madison, Wisconsin