
10 Jan
2005
10 Jan
'05
7:29 a.m.
On Mon, 10 Jan 2005 13:09:55 +0800, Joel <djowel@gmail.com> wrote:
In a link that you provided:
http://wombat.doc.ic.ac.uk/foldoc/foldoc.cgi?curried+function
it is defined as:
A function of N arguments that is considered as a function of one argument which returns another function of N-1 arguments.
IMHO, sticking strictly to this definition is pedantic. It seems pretty good and concise to me (also stressing the point that curried functions are unary functions).
- Michael