ABSTRACT

This chapter describes currying, which is a way of taking a function with several parameters and fixing the values of some of the parameters, resulting in a function with fewer parameters. Curried functions are contrasted with closures, and the concept of partial application of functions is introduced.