This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Feb 14 10:39:14 -0800 2008 | |
| |
.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 | Thu Feb 14 11:18:20 -0800 2008 | |
| |
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 | Thu Apr 09 14:30:45 -0700 2009 | |
| |
index.js | Thu Feb 14 11:08:07 -0800 2008 | |
| |
styles.css | Wed Nov 14 06:43:43 -0800 2007 | |
| |
tests.html | Wed Apr 08 13:23:33 -0700 2009 | |
| |
tests.js | Wed Apr 08 13:23:33 -0700 2009 | |
| |
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







