WPF, Silverlight and Xaml
DLR is the Dynamic Language Runtime...a library for the CLR (.Net or Silverlight) that enables "scripting" or "dynamic" languages (Ruby/Python/etc...). Check out DLR Pad on CodePlex to see a XamlPad app where you have an additional script window. Lots of potential for DLR + Xaml in the future...DLR Pad at CodePlex
Blog Posts Introduction to DLR Pad - http://ligaz.blogspot.com/2007/11/dlr-pad-interactive-programming-with.html DLR Pad on CodePlex - http://ligaz.blogspot.com/2007/11/dlr-pad-on-codeplex.html
If you want to host the DLR in your app...here is a quick code example showing some of the basics from Ryan Dawson of the DLR team.Update: see the comments...this is a more current link on how to host the DLR: http://www.ironpython.info/index.php/Hosting_IronPython_2
The hosting APIs have changed quite a bit between 2.0A6 and 2.0B1 so these links are all a little out of date. Here's something a little more recent: www.ironpython.info/.../Hosting_IronPython_2
Pingback from Dew Drop - March 30, 2008 | Alvin Ashcraft's Morning Dew