I am very interesting in the dynamic language runtime of .net, and saw IronRuby/IronPython is built on top of it. I cannot find some example which utilize the dynamic of Ruby/Python from within c#, wh
What ways do I have in开发者_如何学Python .net to run code from string? Console.WriteLine(Compile(\"1 + 2 * 3\"));// results is 7.
I want to use IronRuby as a scripting language (as Lua, for example) in my .NET project. For example, I want to be able to subscribe from a Ruby script to specific events, fired in the host applicatio
My scenario consists of the following points. I have a packaged software product I am developing in C#
I\'m attempting to run an IronRuby script from C#: var runtime = IronRuby.Ruby.CreateRuntime(); runtime.ExecuteFile(\"ruby/foo.rb\");
I\'ve been using Ruby as my main scripting language for years but switched to .NET several years ago.I\'d like to continue using Ruby (primarily for testing) BUT the toolset for IronRuby is really non
I am interested in the following features: Code highlighting, Intellisense, Refactorings, Code navigation (Go to D开发者_如何学Goefinition etc.).
I was curious how anyone would go about creating WCF based services using a dynamic language like IronPython or IronRuby. These languages do not have the c开发者_高级运维oncept of interfaces. How woul
I\'m trying to get IronRuby on Rails running with iis7 server 2k8 and can only get as far as it cannot load the assembly \'IronRuby.Rack\' (Screen Shot: http://grab.开发者_StackOverflowby/3VZm)has any
I\'m trying to figure out how to retrieve the value stored in the Person class.The problem is just that after I define an instance of the Person class, I don\'t know how to retrieve it within the Iron