On 5/18/06, Arnar Birgisson <[EMAIL PROTECTED]> wrote:
> Think of composition as a pipeline of functions: compose(f1, f2, ...,
> fN) returns a function that puts it argument backwards through the
> pipline, applying fN, then fN-1 to the result etc.

Sorry, correction: it doesn't go backwards, it goes forward.
compose(f1, f2, ..., fN)(x) == f1(f2(...fN(x)...))

Arnar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to