Tag Archives: curry

Addendum to function currying

In my last post I’ve tried to explain the differences between partial function application and function currying. The post was more generally addressed to JavaScript developers (as an accompanying material to a presentation I’m working on) so I’ve tried to … Continue reading

2 Comments

Filed under Code, Discussion

Differentiating between function currying and partial function application

With the recent rise of functional programming (in recent years) a lot of concepts have made their way into mainstream programming languages. Higher order functions, closures, partial function applications, currying; just to name a few. But from all these concepts, … Continue reading

2 Comments

Filed under Code, Insight