I know there are some differences between both of them, but suppossing that you already have a fully-operating Java environment for developing, testing and production, will you ever consider using Ruby MRI instead of JRuby? On top of that, I would also argue that you can inline Java, use Java datatypes and, most importantly, it almost always outperform Ruby. What do you think? Is there any reason why one should consider Ruby seriously when compared to JRuby?

link|improve this question

67% accept rate
Are you talking about using the JRuby implementation to run plain Ruby programs, or using JRuby-specific features? – delnan Nov 22 '11 at 15:30
feedback

closed as not constructive by Michael Petrotta, Don Roby, lucapette, Matthew Farwell, Justin Ethier Nov 22 '11 at 15:38

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

It's all about choice. If JRuby makes more sense to you use it. Using MRI means you're using Ruby the way Matz has intended it.

This should also answer the question for Rubinius, Maglev and all other implementations. Each serves a different purpose and tries to cover all aspects of MRI. To achieve that they (all) use RubySpec to test the implementation against MRI.

link|improve this answer
feedback

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