Logo

Programming-Idioms

History of Idiom 37 > diff from v23 to v24

Edit summary for version 24 by programming-idioms.org:
Lead: imperative style

Version 23

2017-06-14, 15:17:03

Version 24

2018-01-23, 14:43:16

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

Transform a function that takes multiple arguments into a function for which some of the arguments are preset.

Extra Keywords
curry