Is there a Ruby .NET Compiler? - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T06:45:04Zhttp://stackoverflow.com/feeds/question/199638http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/199638/is-there-a-ruby-net-compiler5Is there a Ruby .NET Compiler?Chris Pietschmann2008-10-14T00:55:52Z2008-10-14T00:59:45Z
<p>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?</p>
http://stackoverflow.com/questions/199638/is-there-a-ruby-net-compiler/199646#1996461Answer by Glenn Slaven for Is there a Ruby .NET Compiler?Glenn Slaven2008-10-14T00:57:45Z2008-10-14T00:57:45Z<p><a href="http://rubydotnet.googlegroups.com/web/Home.htm?gda=8ES3fzoAAACraJYLasopJnHm_A4zSrefscDsHtcsS-deqHbu90w8mzCLtOtCUOXSAV3CbWid_sX97daDQaep90o7AOpSKHW0" rel="nofollow">Yep, the Ruby.NET project</a>. Note, it hasn't been updated since November 2007, so I'm not sure what the support's like now. </p>
<p>Edit: As others have pointed out, IronRuby is supported by Microsoft, so it's probably a better idea</p>
http://stackoverflow.com/questions/199638/is-there-a-ruby-net-compiler/199647#1996479Answer by Greg Beech for Is there a Ruby .NET Compiler?Greg Beech2008-10-14T00:57:46Z2008-10-14T00:57:46Z<p><a href="http://www.ironruby.net/" rel="nofollow">IronRuby</a> is a project supported by Microsoft, built on the Dynamic Language Runtime.</p>
http://stackoverflow.com/questions/199638/is-there-a-ruby-net-compiler/199649#1996491Answer by Neall for Is there a Ruby .NET Compiler?Neall2008-10-14T00:57:53Z2008-10-14T00:57:53Z<p><a href="http://www.ironruby.net/" rel="nofollow">IronRuby</a></p>
http://stackoverflow.com/questions/199638/is-there-a-ruby-net-compiler/199653#1996531Answer by Kyle Burton for Is there a Ruby .NET Compiler?Kyle Burton2008-10-14T00:59:45Z2008-10-14T00:59:45Z<p>The other alternative is <a href="http://www.ironruby.net/" rel="nofollow">Iron Ruby</a>, which is, I think, officially sanctioned by Microsoft.</p>