I've been playing with
Boo recently and I find it to be very powerful language. One little thing I like particularly is, that I can do this:
name = "Krzysztof"
print "Hello, ${name}, on the beautiful day of ${date.Today}"
And get this:
Can I please have this in C# 4.0?