mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 10:36:45 +00:00
Two new js libraries- mori and Immutable
This commit is contained in:
parent
2164426d93
commit
02b776ede5
1 changed files with 2 additions and 1 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue