Being a (fairly) little-known concept in programming, currying seems worthy of its own blog post. In general Simply put, currying is where: Methods may define multiple parameter lists. When a method is called with a fewer number of parameter lists, then this will yield a function taking the missing parameter lists as its arguments. — [...]

November 10th, 2011
Dan Phillimore
Posted in


