dynamic-language-runtime
.NET DLR and SecurityException's
What are the mandatory PermissionSet items that the DLR requires in order to function correctly? We\'ve enabled the DLR in our sandboxed scripting environment. But some code like the following...[详细]
2023-02-25 09:14 分类:问答What changes were made to the CLR to support dynamic?
As I understand it, the .net 4.0 CLR needed to make changes to support the Dynamic Language Runtime. Is there a way to see what those changes were? I noticed that the .net sta开发者_如何学Cndard does[详细]
2023-02-19 12:01 分类:问答Performance of Mass-Evaluating Expressions in IronPython
In an C#-4.0 application, I have a Dictionary of strongly typed ILists having the same length - a dynamically strongly typed column based table.[详细]
2023-02-19 04:51 分类:问答Is it possible to use IronPython and IronRuby side by side in the same Application?
I get a warning in Visual Studio when I reference the latest version of Microsoft.Scripting (the one included with IronPython).[详细]
2023-02-18 00:53 分类:问答Where is "code as data" in DLR expression?
I have this c# code: Console.Writeline(\"Hello World\"); If I want to do this with DLR expression it looks something like this:[详细]
2023-02-17 06:29 分类:问答Can I view the runtime structure of a dynamic in .Net?
I just ran across an interesting error caused by a misconfiguration in my application, and it prompted this question.[详细]
2023-02-17 05:44 分类:问答Is it possible to know if a System.Object was actually specified as dynamic (C#)?
I have a couple of scenarios that cover this, but I\'ll write specifically about the one that\'s easier to demonstrate[详细]
2023-02-16 20:46 分类:问答IronPython Microsoft.Scripting Exception
I am trying to run IronPython code with c#. I created a simple console application (.net 4) and added IronPython.dll , IronPython.Modules.dll and Microsoft.Scripting and wrote the next code -[详细]
2023-02-15 19:27 分类:问答Get CodeExpression from string of python using IronPython?
I\'m trying to get a CodeExpression from a string of python.It seems possible since some of the DLR docs mention CodeDom classes but I haven\'t been able to find any examples or better docs.Any insigh[详细]
2023-02-14 11:01 分类:问答what is the difference between building static and dynamic language for .net?
I am student and I want to build my own .net language for the general purpose, just to see how it is done, and to learn something new. What do you you think what is better choice? To build static lang[详细]
2023-02-12 17:28 分类:问答