Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in partial-application

Partial function application with the original docstring in Python?

What are the performance characteristics between curried, partially applied, and 'normal' functions in Scala?

Is it me, or does John Resig's popular blog post on partial application not work?

Create data constructor for partially applied type in Haskell

What are the rules to govern underscore to define anonymous function?

When is a scala partial function not a partial function?

How is a partial application represented at runtime?

Static method signature type arguments and partial application

Getting partial constructors for case classes "for free"

What is a list of curried programming languages?

Why scala can't infer the type in a partial method?

Function application in Haskell

How do I partially apply an infix function like Basics.+?

elm partial-application

Concise syntax for partial in Clojure

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?