dynamic-language-runtime
What is the difference between CLR and DLR in C#?
What is the difference between CLR and DLR in C#? are th开发者_开发技巧ese two concept comparable?The Common Language Runtime (CLR) is the core set of services offered by .NET – a type system, JIT, a[详细]
2023-01-24 22:44 分类:问答Information about IronJS
Can any one point out as where can I get some tutorials about IronJS and h开发者_JS百科ow to call a method written in IronJSfrom C# 4.0[详细]
2023-01-22 00:34 分类:问答Are the "Iron" languages ready for prime time?
Is it okay to start using Iron Ruby and Iron Python in production systems?Also, are there any additional requirements for hosting them?[详细]
2023-01-21 03:50 分类:问答Failing to import external scripts using in IronPython DLR in the browser
I am trying to use IronPython in the browser and attempting to import external python scripts: <script src=\"ht开发者_如何学Ctp://gestalt.ironpython.net/dlr-latest.js\" type=\"text/javascript\">[详细]
2023-01-20 19:51 分类:问答How to compile IronRuby into a Silverlight Application (XAP)?
I\'m looking to possibly use IronRuby as the primary language for development of a Silverlight 4 application. I know there\'s the \"IronRuby in the Browser\" stuff that uses Gestalt, but I would like[详细]
2023-01-20 19:30 分类:问答IronPython: Will this leak memory?
I’ve got a massive memory leak in my program. This is the first time I’ve used IronPython in a tight loop, so I’m wondering if this could be the cause.[详细]
2023-01-19 18:56 分类:问答What ever happened to "Managed VBScript" & the VBx Compiler?
There was a flurry of posts on the web about \"Managed 开发者_如何转开发VBScript\", the DLR & VBx right after Mix07 but I\'ve not seen anything about it since.[详细]
2023-01-19 18:45 分类:问答Running IronPython object from C# with dynamic keyword
I have the following IronPython code. class Hello: def __init__(self): pass def add(self, x, y): return (x+y)[详细]
2023-01-19 08:41 分类:问答How to redirect the input of ironruby to a textbox (WinForms & Silverlight 4)
I\'m building an IronRuby Console in silverlight 4 and WinForms (net4).I can redirect the output without problems:[详细]
2023-01-17 12:57 分类:问答Type conversion from IronPython.Modules.PythonDateTime to System.DateTime
I\'m hosting an IronPython engine instance in my C# (Silverlight 4) app to execute some Python scripts on the fly. These scripts can return values of 开发者_如何学JAVAeither IronPython.Modules.PythonD[详细]
2023-01-13 21:32 分类:问答