Thinking Currying

bindingcurryingfunctional programming

Currying is a mathematical concept based on lambda calculus. It is a technique of operating on a function (taking multiple arguments) by splitting and capable of chaining into a series of single …

Read more →