dynamic-language-runtime
What scripting language for our .NET based IDE? [closed]
Closed. This question is opinion-based. It is not开发者_如何学Python currently accepting answers.[详细]
2023-01-11 22:55 分类:问答Would you recommend Iron Ruby, Iron Python, or PowerShell for making a C# application a script host?
Would you recommend Iron Ruby, Iron Python, or PowerShell for making a C# application a script host? After some quick tinkering, right now I\'m leaning towards powershell for two main reasons (note t[详细]
2023-01-11 19:40 分类:问答what is the Advantage of DLR in C# 4?
What is the main Advantage o开发者_JAVA技巧f DLR in C#4?Great link hereThis is covered in most articles where DLR is introduced to those who have never heard of it.Here, for example.To repeat or type[详细]
2023-01-11 09:02 分类:问答Creating Instances of IronPython Classes From C#
I want to create an instance of an IronPython class from C#, but my current attempts all seem to have failed.[详细]
2023-01-10 07:24 分类:问答DLR Language Design Example
Can someone point me to an example of building a simple hosted language using the DLR? My开发者_JS百科 needs are modest, basically I just want to be able to evaluate simple case-insensitive expression[详细]
2023-01-08 17:23 分类:问答A few questions about the DLR
Is it true that all operations on the dynamic type are dispatched to the DLR? From this video, it looks like but they don\'t say it in so many words and I just want to be sure that the statement is ri[详细]
2023-01-08 10:23 分类:问答Can someone please explaind me what is DLR and how it used in sms gateways?
Can someone please explaind me what is DLR and how it used in sms gatewa开发者_C百科ys?It is a URL callback for Delivery Reports. Instead of the gateway logging the activity it will callback the provi[详细]
2023-01-06 13:50 分类:问答How can I use –X:Frames in C# 2.0 to load ironpython?
I can use ironpython 2.6 (not for .net 4) load numpy, running ipy with -X:Frames or -X:FullFrames on the command line.[详细]
2023-01-05 00:55 分类:问答C# monkey patching - is it possible?
Is it possible to write a C# assembly which when loaded will inject a method into a class from another assembly? If yes, will the injected method be available from languag开发者_Python百科es using DLR[详细]
2022-12-31 15:24 分类:问答Most common applications of the C# 4.0 dynamic type
Now that people have been using C# 4.0 for a while I thought I\'d see how people were most often using the type \'dynamic\' and why h开发者_StackOverflowas this helped them solve their problem better[详细]
2022-12-30 18:32 分类:问答