dynamic-language-runtime
Can a statically typed language be developed with the DLR?
I have to develop a compiler for a statically typed language for .NET I\'m considering using the DLR for this instead of building all the parts (Lexer/Parser, Syntax, Semantic, Code Generation).[详细]
2023-04-10 18:39 分类:问答Does dynamic work with IUnknown and Typelib
Currently I\'m experimenting with C#4\'s dynamic programming and I did not completely understand under which circumstances the keyword dynamic works. It is clear to me that it works with IDispatch, as[详细]
2023-04-09 03:55 分类:问答IronJS CommonObject, are dynamic properties possible?
In IronJS, we have a custom object derived from CommonObject.We\'re wanting to intercept calls to undefined properties on the object, and provide dynamic responses.(This is required, as it is not poss[详细]
2023-04-08 14:05 分类:问答Network Class Loader for IronRuby / Dynamic Language Runtime?
As it is now, I can load a local file: engine.ExecuteFile(\"c:/myclass.rb\"); But the DLR throws an exception with this:[详细]
2023-04-04 04:12 分类:问答Final Year Project - Idea for a domain specific language to run on the DLR? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will li开发者_开发技巧kely so[详细]
2023-04-02 18:30 分类:问答Using C# dynamic method for an object
I have a method that should return the ids from a List. Usually I would use reflection for this task (I cannot use a generic method since the classes are usually POCOS that don\'t share an interface o[详细]
2023-03-20 03:32 分类:问答Can I call JScript functions or access JScript objects via DLR on the server side (ASP.Net)?
Is there a way to call JScript functions or access JScript objects via DLR on the server side (ASP.Net)?[详细]
2023-03-18 21:42 分类:问答Dynamic invoking of arbitrary .Net-version assembly
Can I dynamically invoke an assembly of higher .Net-version from assembly of lower .Net version? 开发者_JAVA百科Maybe I should use embedded DLR-language (Iron Python)?An assembly doesn\'t have a .NET[详细]
2023-03-12 22:11 分类:问答DLR LambdaExpressions and the System.Runtime.CompilerServices.Closure object
I\'m working on a small programming language for the Microsoft DLR, and having a bit of a problem invoking my anonymous methods.Specifically, the code:[详细]
2023-03-10 03:05 分类:问答C# dynamic type usage [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: When should one use dynamic keyword in c# 4.0?[详细]
2023-03-03 22:50 分类:问答