Partially Applied Functions in R, Scala, and Javascript
on December 29, 2014
with No Comments
Partial function application is the process of fixing a number of arguments to a function. This is an interesting and useful feature in functional programming languages such as Scala, R, and Javascript. A basic example is a function that takes … Read More