[issue13430] Add a curry function to the functools module

Petri Lehtinen report at bugs.python.org
Sat Nov 19 13:25:15 CET 2011


Petri Lehtinen <petri at digip.org> added the comment:

@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.

----------
nosy: +petri.lehtinen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13430>
_______________________________________


More information about the Python-bugs-list mailing list