Fun with C# functions
Dustin Campbell has an interesting series on C# functions on his Did it with .NET blog.
- Fibonacci Numbers, Caching and Closures
- What's in a Closure?
- Using Automatic Memoization
- A Higher Calling
- The Art of Currying
- Building Functions from Functions, part 1: Partial Application
- Building Functions from Functions, part 2: Function Composition
Some interesting stuff that ties together a number of C# 2.0 and 3.0 feature sets. Definitely worth a read. Thanks Dustin and keep them coming.