up vote 4 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

feedback

4 Answers

up vote 9 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

IronRuby

link|improve this answer
feedback

The other alternative is Iron Ruby, which is, I think, officially sanctioned by Microsoft.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.