|
Functional
Date: 11/15/05
(Javascript Community) Keywords: java
I just posted code for:
- Partial evaluation - specializing functions by holding one or more of their arguments constant
- Currying - transforming a multi-argument function into a sequence of one argument functions
- Y Combinator - generate recursive anonymous functions
in JavaScript!
I know DOM goofiness is more practical, but it seemed fun.
Source: http://www.livejournal.com/community/javascript/83429.html
|