An open API service indexing awesome lists of open source software.

https://github.com/maxatwork/functional

Fork of Functional Javascript source. See http://osteele.com/sources/javascript/functional/
https://github.com/maxatwork/functional

Last synced: about 1 month ago
JSON representation

Fork of Functional Javascript source. See http://osteele.com/sources/javascript/functional/

Awesome Lists containing this project

README

          

Functional defines higher-order methods and functions for functional
and function-level programming. It also defines "string lambdas",
that allow strings such as `x+1` and `x -> x+1` to be used in some
contexts as functions.

It is licensed under the MIT License.

For more details, see http://osteele.com/javascripts/functional .

Credits:
- Oliver Steele -- primary author
- Dean Edwards -- Array.slice suggestion
- henrah -- Function.lambda memoization
- Raganwald -- Rhino compatibility