Show Nav
 
Featured

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-programming capabilities.
All Posts
.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
Ruby

Enumerating Ruby: Lazy Chains

We’re going to go into the deep end and talk about some more advanced uses of enumerators, as well as creating our own lazy versions of a few standard methods.