Logo

Programming-Idioms

History of Idiom 37 > diff from v12 to v13

Edit summary for version 13 by :

Version 12

2015-10-29, 14:05:13

Version 13

2015-11-30, 12:37:28

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.