On 2/6/06, Mike Orr <[EMAIL PROTECTED]> wrote: > I'll have an opportunity to test the form API in the next two weeks, > so I'll see how it goes. Yes, the structure is very different if you > have widget instances in the form class. > > Not sure where you see currying. Currying is like a bound method but > more generalized. The leftmost args are fixed, so you only supply the > rightmost args on each call. My decorator-writing ability sucks but > it's something like:
What I meant was that the constructor call would be curried (the parameters kept track of in a new callable that would return the instance as needed). I'd definitely be interested in hearing your opinions when you give the API a whirl. Kevin

