Friday, April 20, 2007 - Posts

C# 3, Lambdas and Currying

Thinking back, nostalgically, to when I first learned about lambda-calculus all those years ago, I remembered the concept of Currying.  I found this definition on Wikipedia, which includes an example using C# delegates, with an anonymous method. Read More