|
|
|
|
|
by flannelhead
4133 days ago
|
|
There's a variant of lodash with auto-currying and better argument ordering: https://github.com/lodash/lodash-fp I haven't tried it, but it looks like it could basically replace Ramda (although I feel that Ramda might contain even more FP oriented functions). |
|
The optimal functional utility library would be designed with autocurrying in mind from the start, but not shy away from flexibility where it makes sense.