functional-javascript
functional-javascript copied to clipboard
Functional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions suc...
Results
1
functional-javascript issues
Sort by
recently updated
recently updated
newest added
`to-function.js:204` implements `String.prototype.ECMAsplit` as "ECMAScript-compliant" version of `String.prototype.split` for IE6. `to-function.js:103` also uses `Array.prototype.indexOf` without a shim. AFAIK this isn't available for