Functional Programming: Currying And Partial Application
What is Currying?
Currying is a technique in functional programming to transform a function with multiple arguments into a series of function calls with each having only a single argument. Basically, it converts a function call like this f(a, b) to t...
codechitra.hashnode.dev3 min read
Kunal shah
Software developer
Great one