Silverlight 2 Beta 2
With the release of Silverlight 2 Beta 2 the Silverlight Dynamic Languages SDK has been updated as well. There is a lot of new stuff. Check out Jimmy Schementi's blog for details. Here's a quick recap:
This project represents the integration between Silverlight and Dynamic Languages running on the Dynamic Language Runtime (DLR). The languages included in this package are IronRuby, IronPython, and Managed JScript. The DLR, Silverlight Integration, IronRuby, and IronPython are released under the
Microsoft Public LicenseThis release corresponds with Silverlight 2 Beta 2.Download Silverlight 2 Beta 2
Packages
Dynamic Languages SDK
These are necessary to create dynamic language Silverlight applications.
- /bin
- IronPython, IronRuby, and Managed JScript language/library DLLs, as well as Chiron, the dynamic language development utility.
- /script:
- tools for creating and running Silverlight applications, including templates for the supported languages.
Dynamic Languages SDK Samples
A bunch of samples to show you how it works. Best is to unzip into the SDK directory.
Dynamic Languages SDK Source Code
For you to get an in-depth understanding and if you want to modify the integration. Build using the solution file in Visual Studio.
- /src:
- The source code to IronPython, IronRuby, the Dynamic Language Runtime, and Chiron