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