From 1de3d692f8ca5fd36801237ca368f190fc9cc30f Mon Sep 17 00:00:00 2001 From: Saar Wexler Date: Mon, 2 Jan 2017 11:19:29 +0200 Subject: [PATCH] Two new js libraries- mori and Immutable --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e74ddcc..a6870e8 100644 --- a/readme.md +++ b/readme.md @@ -813,6 +813,8 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99) ## Functional Programming Libraries in JavaScript +* [mori](https://github.com/swannodette/mori) +* [Immutable](https://github.com/facebook/immutable-js/) * [Ramda](https://github.com/ramda/ramda) * [Folktale](http://folktalejs.org) * [monet.js](https://cwmyers.github.io/monet.js/)