I came across a good post comparing the closure support in C# 2.0 with it’s Ruby counterpart. For a brief introduction to closures check out Martin Fowler’s description. After reading that check out Joe Walnes “The power of closures in C# 2.0” that shows the equivalent of the Ruby code Martin shared in C# 2.0. Cool stuff!