Dynamic Language Runtime (DLR) - great news for .NET development

Check out Jim Hugunin's blog post about the new Dynamic Language Runtime, better support for dynamic languages (Python, Ruby, ...) on .NET.  This is huge for me, .NET already had support for dynamic languages but this takes it to a new level with a better security model and more real integration with the full .NET platform.  I've always been a big fan of dynamic languages and think they're incredibly productive when used the proper way and for the appropriate development.  I've been following Jim's work since his days before Microsoft on IronPython.

Read his post for more details and keep an eye on his blog in the next few weeks as more details of the DLR will be discussed.