Reputation: 29885
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?
Upvotes: 5
Views: 545
Reputation: 27528
The other alternative is Iron Ruby, which is, I think, officially sanctioned by Microsoft.
Upvotes: 1
Reputation: 136577
IronRuby is a project supported by Microsoft, built on the Dynamic Language Runtime.
Upvotes: 10
Reputation: 34183
Yep, the Ruby.NET project. Note, it hasn't been updated since November 2007, so I'm not sure what the support's like now.
Edit: As others have pointed out, IronRuby is supported by Microsoft, so it's probably a better idea
Upvotes: 1