Transducers.js A JavaScript Library for Transformation of Data

Transducers.js A JavaScript Library for Transformation of Data

In this post we study transducers, a new technique from Clojure, for generalizing how we transform data. I have implemented them in JavaScript and released transducers.js, which will radically simplify how you deal with data transformation across all data types.

Live Preview