|
|
|
|
|
by BiteCode_dev
1586 days ago
|
|
While it does solve the problem with functools.partial() forcing you to use keyword arguments in some cases, I don't think currying is a common enough operation to warrant a whole lib, or even a new syntax. I'd rather see partial() promoted to a universal static method attached to any callable, so it's easier to discover, and use. |
|