Close GH-177: add lazy

This commit is contained in:
David Britt
2014-09-23 21:53:30 +02:00
committed by Sindre Sorhus
parent e35e5bf278
commit bdc638bf93

View File

@@ -97,6 +97,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [immutable](https://github.com/facebook/immutable-js) - Immutable data collections. - [immutable](https://github.com/facebook/immutable-js) - Immutable data collections.
- [underscore-contrib](http://documentcloud.github.io/underscore-contrib/) - The brass buckles on Underscore's utility belt. - [underscore-contrib](http://documentcloud.github.io/underscore-contrib/) - The brass buckles on Underscore's utility belt.
- [Bacon.js](http://baconjs.github.io) - Functional reactive programming. - [Bacon.js](http://baconjs.github.io) - Functional reactive programming.
- [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to Lo-Dash/Underscore but with lazy evaluation, which can translate to superior performance in many cases.
### HTTP ### HTTP