dynamic-language-runtime
.NET DLR safe or sandboxed script
I am using the DLR within a small part of a larger C# project, IronPython being the language in question.[详细]
2023-02-11 04:17 分类:问答IronPython import performance with compiled code
I am doing some experiments with IronPython 2.6.1 and the clr.CompileModules function to compile my large scripts into assemblies. Testing has shown good cold start performance performance improvement[详细]
2023-02-09 03:12 分类:问答DLR & Performance
I\'m intending to create a web service which performs a large number of manually-specified calculations as fast as possible, and have been exploring the use of DLR.[详细]
2023-02-08 10:24 分类:问答Delegating dynamic object resolution to other instances
I\'m currently hosting IronPython in a .NET 2.0 application. I want to create a class (in C#) whose instances can be \"ex开发者_StackOverflow社区tended\" by plugin instances. That means, each member[详细]
2023-02-06 12:52 分类:问答Python, using Full .NET?
I was trying out python in my browser using silverlight which is cool. Can i use python with .NET in a console or winf开发者_开发知识库orm app? I hear silverlight is a stripped down .NET so it will lo[详细]
2023-02-05 05:07 分类:问答Dynamic Lang. Runtime vs Reflection
I am planning to use dynamic keyword for my new project. But before stepping in, I would like to know about the pros and cons in using dynamic keyword over Reflect开发者_StackOverflow社区ion.[详细]
2023-02-03 22:37 分类:问答Can somebody explain any CLR / DLR subclass overheads?
If I have a library written using CLR compliant code (i.e. in C#) and I subclass some of those classes using the DLR (i.e. in IronPython) does this have any effect on the speed of my CLR library (i.e.[详细]
2023-02-02 00:31 分类:问答Help needed finding System.Scripting.Actions library -- DynamicObject
I downloaded a Dynamic sample to test. However, I seem to have run into some problem as I am unable to find one of the referenced libraries[详细]
2023-01-31 18:07 分类:问答Making a CLR/.NET Language Debuggable
What are some resources for making a CLR/.NET language debuggable? I\'m developing an ActionScript 3 to IL compiler, which uses DLR CallSites and CallSiteBinders to handle the dynamic aspects of the o[详细]
2023-01-28 04:49 分类:问答Implementing stateless game NPC chat scripting using DLR
How would one implement stateless game NPC chat using the DLR - i.e IronPython? Stateless means something like this:[详细]
2023-01-25 07:12 分类:问答