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/
- Host: GitHub
- URL: https://github.com/maxatwork/functional
- Owner: maxatwork
- License: mit
- Created: 2013-08-23T20:31:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T20:35:01.000Z (almost 13 years ago)
- Last Synced: 2025-02-25T17:48:48.211Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: MIT-LICENSE
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