Currying everything in JavaScript
From Luis Atencio: "In this post I will discuss the benefits and practical uses of currying, a functional programming technique typically found in pure functional languages, but can be easily ported to JavaScript. I will also make use of a functional library called Ramda.js. Let's dive in."
Continue Reading http://www.luisatencio.net
Join the Discussion