jlongster / transducers.js

A small library for generalized transformation of data (inspired by Clojure's transducers)
BSD 2-Clause "Simplified" License
1.72k stars 54 forks source link

Active? #45

Open shaunc opened 7 years ago

shaunc commented 7 years ago

It seems like neither this project nor the alternate (https://github.com/cognitect-labs/transducers-js) have seen much activity. Is there some reason that transducers haven't caught on? Is this project still maintained?

jeffbski commented 7 years ago

I think the transducer concept is solid. I've been pretty happy using https://github.com/transduce/transduce but I believe they are all cross compatible (jlongster, congnitec, and transduce).

Rambda even supports transducers as well. Here is an article showing how you use it. http://simplectic.com/blog/2015/ramda-transducers-logs/