Logo

Programming-Idioms

History of Idiom 37 > diff from v14 to v15

Edit summary for version 15 by :
New Java implementation by user [javasucks]

Version 14

2016-02-17, 10:15:42

Version 15

2016-02-18, 16:57:59

Idiom #37 Currying

Technique of transforming a function that takes multiple arguments and returning a function for which some of the arguments are preset.

Idiom #37 Currying

Technique of transforming a function that takes multiple arguments and returning a function for which some of the arguments are preset.