Transducers.js: A JavaScript Library for Transformation of Data

added by JavaScript Kicks
9/22/2014 9:14:26 AM

296 Views

While writing my last post about js-csp, a port of Clojure's core.async, they announced transducers which solves a key problem when working with transformation of data. The technique works particularly well with channels (exactly what js-csp uses), so I dug into it. What I discovered is mind-blowing. So I also ported it to JavaScript, and today I'm announcing transducers.js, a library to build transformations of data and apply it to any data type you could imagine.


0 comments