News

Microsoft officially retired JScript years ago, along with proper support for the original Internet Explorer browser. However ...
Functional programming means using functions to the best effect for creating clean and maintainable software. This article illustrates the concepts behind the functional paradigm with practical ...
Here is a bit of my reflections on curry and how to apply it in Javascript and Swift. Taking one parameter in Haskell In Haskell, all function officially takes only 1 parameter ...
This was written mainly as a learning exercise. fn can return a function, which in turn returns a function, which in turn returns another function, and so on… There aren’t any restrictions on how the ...
Curry quotes Scottish philosopher Francis Hutcheson: "our moral sense is an endowment of our human nature." There's a right and wrong that we quite simply grasp, at which point common sense is the ...
Partially Applied Functions In JavaScript 20 July, 2012. It was a Friday.