dynamic-language-runtime
How do I implement intellisense support for a custom DLR language in VS2008?
I have just started writing my first language for the .NET DLR. I would like to know if it is possible to extend Visual Studio 2008 IntelliSense to handle the syn开发者_JAVA百科tax of a custom DLR la[详细]
2022-12-13 00:29 分类:问答WPF App hosting/executing Ruby code via IronRuby
Hey folks, hoping 开发者_StackOverflow社区you can help me get started with IronRuby. I have several Ruby scripts that I want to execute from my WPF Application (due to the use of several RMagick metho[详细]
2022-12-13 00:02 分类:问答Embedding IronScheme in a C# app
I\'m trying to add a plugin architecture to my C# app. I\'ve chosen IronScheme as the language, and also because it\'s built on the DLR, which should make it easier to embed.[详细]
2022-12-08 08:42 分类:问答Base a small expression DSL on the DLR or keep it hand-rolled in F#?
I\'m building a spreadsheet-like application, where a lot of small calculations n开发者_开发知识库eeds to be stitched together in a tree-structure. These calculations are user-defined and I need a way[详细]
2022-12-08 00:56 分类:问答