/totallylazy.js

TotallyLazy.js

Primary LanguageTypeScriptApache License 2.0Apache-2.0

TotallyLazy.js

CircleCI npm version

LOTS STILL MISSING!

  • Written in Typescript
  • Targeting ESNext (if using JS you will need babel etc)
  • Transducers for both sync and async code
  • Extensive use of Promise, Iterators, Generators and AsyncIterators
  • Includes HTTP as a function (think minimal UtterlyIdle/HTTP4K)
  • Minimal dependencies (just polyfills if needed)

TODO

  • SQL projections using the Transducers (think LINQ/LazyRecords)