functional 0.5 released

bonono at gmail.com bonono at gmail.com
Fri Feb 10 22:57:48 EST 2006


Collin Winter wrote:
> As always, feedback welcome!

Any specific reason flip only flip the first 2 arguments rather than
the whole tuple ?

That is, I would like to see:

assert(f(a,b,c, d) == flip(f)(d, c, b, a))




More information about the Python-list mailing list