In this article we will discuss two additional techniques for working with functions — partial application, which allows us to use functions as templates for other functions, and currying, which ...
You may encounter curry in everyday code without knowing it. Here is a bit of my reflections on curry and how to apply it in Javascript and Swift. In Haskell, all ...
If you've been around the Internet in the last couple days, you may have noticed Jeremy Lin's pretty amusing, self-deprecating video circulating on how to fit in to the NBA. In it, he does a lot of ...
24 January, 2012. It was a Tuesday. Just for fun I decided to put together a quick sample of some functional JavaScript – as in, functional programming done with JavaScript. I’m not really very ...