iron
iron copied to clipboard
[Jimmy Schementi's development fork] Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
Get IronRuby and IronPython tests running in Silverlight
XAML is rendered before inline scripts run, so there is some lag between rendering and code executing. Either a loading notification or fixing the lag should be done. For DOM-only...
# Problem ``` NullReferenceException at IronPython.Runtime.Importer.ImportReflected(CodeContext context, String name) ``` when calling ``` var eng = IronPython.Hosting.Python.CreateEngine(); ``` Continue does work, though, and will create a usable engine nevertheless. #...