I am using the DLR within a small part of a larger C# project, IronPython being the language in question.
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
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.
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
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
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.
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.
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
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
How would one implement stateless game NPC chat using the DLR - i.e IronPython? Stateless means something like this: