CURRYING
Currying
In mathematics and computer science, currying is the technique of transforming a function that takes multiple arguments in such a way that it can be called as a chain of functions, each with a single argument . It was originated by Moses SchönfinkelThe above text is a snippet from Wikipedia: Currying
and as such is available under the Creative Commons Attribution/Share-Alike License.
currying
Noun
- The technique of transforming a function that takes multiple arguments into a function that takes a single argument (the first of the arguments to the original function) and returns a new function that takes the remainder of the arguments and returns the result.
Verb
currying
The above text is a snippet from Wiktionary: currying
and as such is available under the Creative Commons Attribution/Share-Alike License.