forked from osteele/functional-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (14 loc) · 651 Bytes
/
Copy pathREADME
File metadata and controls
18 lines (14 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/sources/javascript/functional/ .
Credits:
- Oliver Steele -- original author
- Dean Edwards -- Array.slice suggestion
- henrah -- Function.lambda memoization
- Raganwald -- Rhino compatibility
- Jesse Hallett -- Spidermonkey shell compatibiilty
- Florian Schäfer -- allow leading and trailing spaces in expressions
- Angus Croll -- bug fix