Skip to content

Yet another transducers implementation for JavaScript.

License

Notifications You must be signed in to change notification settings

dfa1/fungoid.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fungoid

Yet another transducers implementation for JavaScript.

Transducers are composable algorithmic transformations. They are independent from the context of their input and output sources and specify only the essence of the transformation in terms of an individual element. Because transducers are decoupled from input or output sources, they can be used in many different processes - collections, streams, channels, observables, etc. Transducers compose directly, without awareness of input or creation of intermediate aggregates.

http://clojure.org/transducers

http://blog.cognitect.com/blog/2014/8/6/transducers-are-coming

License

MIT

Running Tests

npm install

gulp test

About

Yet another transducers implementation for JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages