Tagged Questions

7
votes
1answer
660 views

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 ...