New posts in partial-application

Using Function.prototype.bind with an array of arguments?

functools.partial wants to use a positional argument as a keyword argument

How to correctly curry a function in JavaScript?

What exactly is meant by "partial function" in functional programming?

Python Argument Binders

Why does Scala provide both multiple parameters lists and multiple parameters per list? [duplicate]

Can one partially apply the second argument of a function that takes no keyword arguments?

Does Java support Currying?

Replace parameter in lambda expression

Ordering of parameters to make use of currying

JavaScript curry: what are the practical applications?

How does functools partial do what it does?

Python: Why is functools.partial necessary?

What is the difference between currying and partial application?