Is there a Ruby .NET Compiler? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T06:45:04Z http://stackoverflow.com/feeds/question/199638 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/199638/is-there-a-ruby-net-compiler 5 Is there a Ruby .NET Compiler? Chris Pietschmann 2008-10-14T00:55:52Z 2008-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#199646 1 Answer by Glenn Slaven for Is there a Ruby .NET Compiler? Glenn Slaven 2008-10-14T00:57:45Z 2008-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#199647 9 Answer by Greg Beech for Is there a Ruby .NET Compiler? Greg Beech 2008-10-14T00:57:46Z 2008-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#199649 1 Answer by Neall for Is there a Ruby .NET Compiler? Neall 2008-10-14T00:57:53Z 2008-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#199653 1 Answer by Kyle Burton for Is there a Ruby .NET Compiler? Kyle Burton 2008-10-14T00:59:45Z 2008-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>