Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in partial-application

How to correctly curry a function in JavaScript?

What is the best pattern to curry delegate parameters (using .NET 2.0 or later)?

Replace parameter in lambda expression

F# passing an operator with arguments to a function

Why and when do I need to follow a method name with _?

scala partial-application

In Haskell, (+) is a function, ((+) 2) is a function, ((+) 2 3) is 5. What exactly is going on there?

Partial application left to right

JavaScript curry function

Partial Application with Infix Functions

When (if ever) can type synonyms be partially applied?

Does Kotlin support partial application?

Why is a built-in function applied to too few arguments considered to be in weak head normal form?

Partially applying a function that has an implicit parameter

In Python, partial function application (currying) versus explicit function definition

Is there a reason why `this` is nullified in Crockford's `curry` method?

When do I have to treat my methods as partially applied functions in Scala?

How to efficiently partially apply a function in R?

How can go-lang curry?

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

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