interlockjs / interlock

JS bundler - inspired by Git, built on Babel.
MIT License
72 stars 7 forks source link

Rip out streams #58

Closed divmain closed 8 years ago

divmain commented 8 years ago

As my understanding and experience with Most monadic streams has progressed, I've identified a number of characteristics of those streams that don't align well with the problem space. Unfortunately, they don't seem well suited to Interlock and add subtle complexity.

Goal: Remove most as a dependency, and replace all previous operations with bluebird. Promises will be the foundational primitive of Interlock async behavior.

izaakschroeder commented 8 years ago

May they rest in peace. :cry:

baer commented 8 years ago

I didn't see this coming