From 02b776ede50ef83c152188b4c18de4ba8116bfa3 Mon Sep 17 00:00:00 2001 From: Saar Wexler Date: Mon, 2 Jan 2017 11:19:29 +0200 Subject: [PATCH 1/2] Two new js libraries- mori and Immutable --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e74ddcc..450f88c 100644 --- a/readme.md +++ b/readme.md @@ -812,7 +812,8 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99) `Option` is also known as `Maybe`. `Some` is sometimes called `Just`. `None` is sometimes called `Nothing`. ## 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/) From 1de3d692f8ca5fd36801237ca368f190fc9cc30f Mon Sep 17 00:00:00 2001 From: Saar Wexler Date: Mon, 2 Jan 2017 11:19:29 +0200 Subject: [PATCH 2/2] 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/)