This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petri.lehtinen
Recipients alex, collinwinter, eric.araujo, ezio.melotti, gregory_p, markonervo, petri.lehtinen, pitrou, rhettinger, serprex
Date 2011-11-19.12:25:15
SpamBayes Score 0.00090497034
Marked as misclassified No
Message-id <1321705515.83.0.481256436409.issue13430@psf.upfronthosting.co.za>
In-reply-to
Content
@markonervo: Have you tried the pointfree library: http://pypi.python.org/pypi/pointfree/ ? I think it's exactly what you're asking for.

The only case I've ever needed currying was managing callback soup in async code. And even then, functools.partial() was perfectly enough.

I don't think this would be useful in Python stdlib, so -1 from me.
History
Date User Action Args
2011-11-19 12:25:15petri.lehtinensetrecipients: + petri.lehtinen, collinwinter, rhettinger, pitrou, gregory_p, ezio.melotti, eric.araujo, alex, serprex, markonervo
2011-11-19 12:25:15petri.lehtinensetmessageid: <1321705515.83.0.481256436409.issue13430@psf.upfronthosting.co.za>
2011-11-19 12:25:15petri.lehtinenlinkissue13430 messages
2011-11-19 12:25:15petri.lehtinencreate