osteele / functional-javascript
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.hgtags | Fri Sep 07 17:51:41 -0700 2007 | |
| |
CHANGES | Sun Nov 11 06:49:11 -0800 2007 | |
| |
MIT-LICENSE | Sun Nov 11 06:49:11 -0800 2007 | |
| |
README | Mon May 25 13:17:31 -0700 2009 | |
| |
Rakefile | ||
| |
agenda.txt | Sun Nov 11 07:17:51 -0800 2007 | |
| |
evaluator-frame.html | Sun Nov 11 06:49:11 -0800 2007 | |
| |
evaluator.css | Sun Nov 11 06:49:11 -0800 2007 | |
| |
evaluator.js | Thu Feb 14 11:08:07 -0800 2008 | |
| |
examples.js | Thu Feb 14 11:08:07 -0800 2008 | |
| |
functional.js | Wed Apr 08 13:16:08 -0700 2009 | |
| |
functional.txt | Sun Nov 11 06:49:11 -0800 2007 | |
| |
iframe-test.html | Sun Nov 11 06:49:11 -0800 2007 | |
| |
index.html | ||
| |
index.js | ||
| |
styles.css | ||
| |
tests.html | ||
| |
tests.js | ||
| |
to-function.js | Sun Nov 11 06:49:11 -0800 2007 |
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 -- original author - Dean Edwards -- Array.slice suggestion - henrah -- Function.lambda memoization - Raganwald -- Rhino compatibility - Jesse Hallett -- Spidermonkey shell compatibiilty

