Currying - Wikipedia, the free encyclopedia

11th June 2009 0:47:35 by Richard Bennett

http://en.wikipedia.org/wiki/Currying

In computer science, currying, invented by Moses Schönfinkel and later re-invented by Haskell Curry, is the technique of transforming a function that takes multiple arguments (or more accurately an n-tuple as argument) in such a way that it can be called as a chain of functions each with a single argument.