From 50c9becbdb7953b7816ffbfe2d6ed2704ca4fef7 Mon Sep 17 00:00:00 2001 From: Nathan Hutchision Date: Mon, 14 Jul 2014 21:17:46 +1000 Subject: [PATCH] Add ramda to list of functional programming libs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b8cbb2..ff611ca 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers. ## Date