Category Archives for note

Partial Function Application Pragmatics

Partial function application is the fancy term for fixing some of the arguments to a function, to obtain a lower-arity function. And I have had case to use it at work over the past few weeks. In particular, I have wanted to map/filter over a list – but with functions that take more than one variable, while I have only had one list of interest.

Continue reading