Login
From:
2ality.com
(Uncensored)
subscribe
Currying versus partial application (with JavaScript code)
https://2ality.com/2011/09/currying-vs-part-eval.html
links
backlinks
Roast topics
Find topics
Find it!
Currying and partial application are two ways of transforming a function into another function with a generally smaller arity. While they are often confused with each other, they work differently. This post explains the details.