Logo

Programming-Idioms

History of Idiom 37 > diff from v15 to v16

Edit summary for version 16 by :
Restored version 14

Version 15

2016-02-18, 16:57:59

Version 16

2016-02-18, 17:22:43

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.