What is the Silverlight Dynamic Languages SDK?
The Silverlight Dynamic Languages SDK enables developers to use dynamic languages running
on the Dynamic Language Runtime (DLR) to build Silverlight applications. The DLR enables dynamic
languages to interoperate with .NET's rich libraries and with each other. For example, developers
can call managed JScript from IronPython. It includes services to build new languages on top of
the DLR, such as a shared, dynamic type system and a language hosting model. Lastly, it makes it
easy to host dynamic languages inside of different hosts. Silverlight, for example, is simply an application host used to host the DLR.
Please note that the Silverlight™ Dynamic Languages SDK is Beta 1.