|
35 | 35 | ## why pico-lambda
|
36 | 36 | - **Pico:** weighs less than 460 bytes gzipped.
|
37 | 37 | - **Useful:** takes most native JavaScript array methods and makes them immutable, curried, and composable.
|
38 | | -- **Familiar:** same names just curried and composable [JavaScript Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array).. |
| 38 | +- **Familiar:** same names just curried and composable [JavaScript Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array). |
39 | 39 | - **Degrades Gracefully:** a small set of these functions are not available in every browser. When not available in the browser it will not be available in Pico Lambda.
|
40 | 40 | > Pico-lambda was made for the ES2015 Javascript Runtime. It has no dependencies.
|
41 | 41 |
|
|
0 commit comments