On Sat, Dec 13, 2008 at 23:26, Eoghan <[email protected]> wrote:
> May I suggest MochiKit.Base.__  as the name of the placeholder
> variable.

If Bob or Per want to include this, I'd like to change it to make it
compatible with the current partial (namely, any extra parameters
passed on the call itself will just be tacked on the end).

MochiKit.Base.__ sounds good to me. Just _ is more likely to step on
someone's toes.

> I can't imagine needing the permuting version myself.

Actually, 95% of the cases I've wanted this I just wanted flip
(reverse the order of two parameters). At the very least I'd like to
see

function flip(f) {
    return function (x,y) { return f(y,x); };
}

included. In other cases, I have definitely had use for the generic
permuting version.

cheers,
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to