On Dec 12, 2005, at 2:06 PM, Dethe Elza wrote:
I don't use nevow, but the current API looks pretty natural to me, putting the function, then (optionally) the arguments. What is wrong with that?
The difference is how the callback is called. With Twisted, the result is always first; MochiKit, the result is always last. I never liked Twisted's behavior, and the facilities to do Twisted style callbacks don't currently exist in MochiKit.
-bob
