ironruby
How to use IronRuby or IronPython together with c# in Web/Windows Form?
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[详细]
2023-01-02 11:05 分类:问答.net 4 - run code from string - in C# / F# / IronRuby / IronPython
What ways do I have in开发者_如何学Python .net to run code from string? Console.WriteLine(Compile(\"1 + 2 * 3\"));// results is 7.[详细]
2023-01-01 21:30 分类:问答IronRuby as a scripting language in .NET
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[详细]
2023-01-01 10:23 分类:问答How can I make the "internal" classes and members of a .NET assembly visible to IronRuby code?
My scenario consists of the following points. I have a packaged software product I am developing in C#[详细]
2022-12-31 09:31 分类:问答Resolving "require"s when executing IronRuby from C#
I\'m attempting to run an IronRuby script from C#: var runtime = IronRuby.Ruby.CreateRuntime(); runtime.ExecuteFile(\"ruby/foo.rb\");[详细]
2022-12-29 22:02 分类:问答Why doesn't IronRuby have the same tools that IronPython does?
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[详细]
2022-12-29 13:38 分类:问答Does Visual Studio 2010 have tooling support for IronRuby?
I am interested in the following features: Code highlighting, Intellisense, Refactorings, Code navigation (Go to D开发者_如何学Goefinition etc.).[详细]
2022-12-29 07:20 分类:问答Creating WCF Services using Dynamic Languages and DLR
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[详细]
2022-12-28 10:01 分类:问答Issues loading IronRuby.Rack assembly
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[详细]
2022-12-28 07:55 分类:问答Retrieving accessors in IronRuby
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[详细]
2022-12-27 02:43 分类:问答