Skip to content

Commit 02b776e

Browse files
committed
Two new js libraries- mori and Immutable
1 parent 2164426 commit 02b776e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,8 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99)
812812
`Option` is also known as `Maybe`. `Some` is sometimes called `Just`. `None` is sometimes called `Nothing`.
813813

814814
## Functional Programming Libraries in JavaScript
815-
815+
* [mori](https://github.com/swannodette/mori)
816+
* [Immutable](https://github.com/facebook/immutable-js/)
816817
* [Ramda](https://github.com/ramda/ramda)
817818
* [Folktale](http://folktalejs.org)
818819
* [monet.js](https://cwmyers.github.io/monet.js/)

0 commit comments

Comments
 (0)