Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  3 minutes, 27 secondsHigher-order Functions - slide 21 : 34

The idea of currying

Currying allows us to understand every function as taking at most one parameter. Currying can be seen as a way of generating intermediate functions which accept additional parameters to complete a calculation

 

 

Currying and Scheme is not related to each other. Currying must be integrated at a more basic level to be elegant and useful