Search code examples
.netruby

Is there a Ruby .NET Compiler?


Is there a .NET Framework compiler for the Ruby language? I've heard of the DLR (Dynamic Language Runtime), is this going to enable Ruby to be used with .NET development?


Solution

  • IronRuby is a project supported by Microsoft, built on the Dynamic Language Runtime.