jackfirth / pyramda

Python package supporting heavy functional programming through currying. Translation of the Ramda library from javascript to python.
MIT License
127 stars 10 forks source link

Remove keyword args support from `curry` #24

Open jackfirth opened 7 years ago

jackfirth commented 7 years ago

There's just too many weird interactions. Supporting them is complex and makes the usages and documentation of curry more complex for little benefit.