osteele / functional-javascript

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 such as curry, rcurry, and partial for partial function application; and compose, guard, and until for function-level programming.
381Updated 8 years ago

Alternatives and similar repositories for functional-javascript:

Users that are interested in functional-javascript are comparing it to the libraries listed below