Merge pull request #5 from nelix/patch-1

Add ramda to list of functional programming libs
This commit is contained in:
chencheng (云谦)
2014-07-14 21:15:22 +08:00

View File

@@ -182,6 +182,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras. * [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras.
* [Sugar](https://github.com/andrewplummer/Sugar) - A Javascript library for working with native objects. * [Sugar](https://github.com/andrewplummer/Sugar) - A Javascript library for working with native objects.
* [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier.
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers.
## Date ## Date