Hacker News
- Clojure Transducers: An Approachable Overview https://gist.github.com/ptaoussanis/e537bd8ffdc943bbbce7 2 comments
- Some trivial examples of using Clojure Transducers http://ianrumford.github.io/blog/2014/08/08/Some-trivial-examples-of-using-Clojure-Transducers/ 3 comments
- Understanding Clojure Transducers Through Types http://conscientiousprogrammer.com/blog/2014/08/07/understanding-cloure-transducers-through-types 23 comments
- Transducers are coming to Clojure http://blog.cognitect.com/blog/2014/8/6/transducers-are-coming 100 comments
- My mental model of Clojure transducers https://blog.danieljanus.pl/2023/09/09/transducers/ 89 comments
- Clojure transducers from the ground up: using them in practice https://labs.uswitch.com/transducers-from-the-ground-up-the-practice/ 17 comments
- Reducers, transducers and core.async in Clojure http://eli.thegreenplace.net/2017/reducers-transducers-and-coreasync-in-clojure/ 47 comments
- Processing documents with Clojure transducers http://blog.juxt.pro/posts/xpath-in-transducers.html 6 comments
- Type-safe Transducers in Clojure, Scala, and Haskell http://blog.podsnap.com/ducers2.html 11 comments
- Clojure's Transducers are as fundamental as function composition http://thecomputersarewinning.com/post/Transducers-Are-Fundamental/ 47 comments
- Boiling Sous-Vide Eggs Using Clojure's Transducers http://blog.eikeland.se/2014/10/06/pid-transducer/ 26 comments
Lobsters
- Understanding Clojure transducers through types [2014] http://conscientiousprogrammer.com/blog/2014/08/07/understanding-cloure-transducers-through-types/ 2 comments haskell , lisp
- My mental model of Clojure transducers https://blog.danieljanus.pl/2023/09/09/transducers/ 2 comments clojure
- polymatheia - Clojure's Transducers in Haskell http://hypirion.com/musings/haskell-transducers 2 comments haskell , lisp
- Grokking Clojure transducers https://dev.solita.fi/2021/10/14/grokking-clojure-transducers.html 7 comments clojure
- Clojure's Transducers in Swift https://deadbeef.me/2017/07/transducers 25 comments programming
- Understanding Clojure Transducers Through Types http://conscientiousprogrammer.com/blog/2014/08/07/understanding-cloure-transducers-through-types/ 2 comments haskell
- The Duality of Transducers — Clojure's Transducers from Scratch https://www.youtube.com/watch?v=ACwJNGxo3o4 10 comments clojure
- Clojure's Transducers are Perverse Lenses https://news.ycombinator.com/item?id=8143905 23 comments haskell
- Clojure Transducers: Your Composable Data Pipelines https://blog.janetacarr.com/clojure-transducers-your-composable-big-data-pipelines/ 9 comments clojure
- Workshop video: Structure and Interpretation of Clojure Transducers by Ben Sless (2021-11-15) https://www.youtube.com/watch?v=1sC71eb9Ox0 4 comments clojure
- Type-safe transducers in Clojure, Scala and Haskell. http://blog.podsnap.com/ducers2.html 12 comments programming
- Type-safe transducers in Clojure, Scala and Haskell. http://blog.podsnap.com/ducers2.html 54 comments haskell
- Clojure Transducers: optimizing my submission to Steve Yegge's farmer/dog/chicken/grain challenge https://www.youtube.com/watch?v=AvtSFWT5rHs 4 comments clojure
- Zug: Clojure-style transducers for C++ (higher order push/pull sequence transformations) https://sinusoid.es/zug/ 6 comments cpp
- Implementing Clojure-like transducers in Idris: Definitions and main concepts https://deque.blog/2017/07/28/implementing-clojure-like-transducers-in-idris-part-1/ 7 comments haskell