Functional is a JavaScript library for functional programming. It defines the standard higher-order functions (map, reduce, filter) that you can read about elsewhere on the web. It also defines functions for partial function application and function-level programming: curry, partial, compose, guard, and until. Finally, it introduces “string lambdas”, which let you write 'x -> x+1', 'x+1', or even '+1' as synonyms for function(x) {return x+1}.
Categories
Tags
Archives
- February 2011
- October 2008
- September 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- August 2007
- July 2007
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- April 2005
- March 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- April 2004
- March 2004
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003