the.com/currying

turning f(x,y) into a function that takes x, then hands you a function that wants y.

means a technique for transforming a function that takes multiple arguments into a chain of functions that each take exactly one argument.

from named after logician Haskell Curry, who popularized the idea in combinatory logicthough Moses Schönfinkel arguably got there first, and the language Haskell is named for the same guy.

the.com/
what’s happening now · the.com · generated