functional 0.5 released

Collin Winter collinw at gmail.com
Sun Feb 12 01:08:43 EST 2006


On 10 Feb 2006 19:57:48 -0800, bonono at gmail.com <bonono at gmail.com> wrote:
>
> 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))

Because that's what I'm used to from Haskell and other functional
languages : ) I'll see what I can do about having it flip all
arguments in the next release.

Thanks,
Collin Winter



More information about the Python-list mailing list