Skip to content

jasmith79/transduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transduction

A.K.A. YAJTL, Yet Another JavaScript Transducer Library.

Motivations:

  • Implement transducers with a focus on simplicity.
  • Focus on reasonably idiomatic JavaScript.
  • Tool friendliness: rollup/webpack ready. Only pay for what you use.

Not a concern

  • Trying to reimplement Clojurisms like seq, into, etc. (Clojurescript exists).
  • Trying to implement the Cognitect transducer protocol which is fine but chose different tradeoffs.

About

Simple implementation of transducers in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published