.NET / WPF

Generic Memoization in C#

Dynamic languages have good generic forms of memoization, but I haven't found one I'm happy with in C#. This is a sketch of a generic memoization in C#.
.NET / WPF

Boo!

Boo is a Python-flavored language for .NET and Mono. It is statically typed, but has a "duck" type similar to the dynamic keyword in C# 4.0. It is compiled, but has strong meta-pro