Skip to content

Commit c7b958e

Browse files
committed
Merge pull request #72 from dansumption/master
Add Ramda.js to Libraries
2 parents 044dd05 + 8b4d66f commit c7b958e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
162162
* [React](https://github.com/facebook/react) What do Facebook, Instagram, Netflix and PayPal have in common? React. #code
163163
* [Cycle.js](http://cycle.js.org) Like React, but more functional & reactive #code
164164
* [Lodash-FP](https://github.com/lodash-archive/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API. #code
165+
* [Ramda](http://ramdajs.com/) Like Lodash and Underscore, but with all functions automatically curried, and parameters arranged so that the data to be operated on is supplied last. #code
165166
* [RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) #code
166167
* [Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express. #code
167168
* [Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. #code

0 commit comments

Comments
 (0)