Add iterum

Hi!

[iterum](https://github.com/xgbuils/iterum) has useful methods to build generators based on other generators and it takes advantage of the lazy properties of these.

Thanks.

Closes #543
This commit is contained in:
Xavier Garcia Buils
2016-07-04 21:18:20 +02:00
committed by Sindre Sorhus
parent 3e2460ee38
commit 6cce1f6034

View File

@@ -369,6 +369,7 @@
- [co](https://github.com/tj/co) - The ultimate generator based flow-control goodness. - [co](https://github.com/tj/co) - The ultimate generator based flow-control goodness.
- [suspend](https://github.com/jmar777/suspend) - Generator-based control flow that plays nice with callbacks, promises, and thunks. - [suspend](https://github.com/jmar777/suspend) - Generator-based control flow that plays nice with callbacks, promises, and thunks.
- [bluebird-co](https://github.com/novacrazy/bluebird-co) - A set of high performance yield handlers for Bluebird coroutines. - [bluebird-co](https://github.com/novacrazy/bluebird-co) - A set of high performance yield handlers for Bluebird coroutines.
- [iterum](https://github.com/xgbuils/iterum) - Build generator pipelines using Array-like methods.
- Streams - Streams
- [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. - [Highland.js](http://highlandjs.org) - Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
- Channels - Channels