James Tucker wrote: > On 12 Mar 2008, at 01:58, Tim Hunter wrote: > >> t3chn0n3rd wrote: >>> right now I am running ruby on red hat 8. Is there a compiler for >>> windows vista? >> >> If by "compiler" you mean "interpreter," then yes. Google "ruby >> +windows". If by "compiler" you mean "a thing that turns Ruby code >> into object code," then no. There are no Ruby compilers. If you mean >> something else, please clarify. > > Except the one in jruby. oh and rubinius (is that working yet?). Oh > and 1.9. > > ;) I knew somebody would quibble. That's why I specified "a thing that turns Ruby code into object code." Neither JRuby nor YARV is turns Ruby code into object code. VM instructions, yes. Object code, no. -- Posted via http://www.ruby-forum.com/.