On 1/8/07, troelskn <[EMAIL PROTECTED]> wrote:
In the documentation, under MochiKit.Base.partial it says: "This could be used to implement, but is NOT currying." I don't understand the distinction - would someone explain to me, why this is not currying?
In functional programming, function currying is a way of implementing multi-argument functions in terms of single-argument functions. A function with N arguments is really a function with 1 argument that returns another function taking (N-1) arguments. -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---