InfoQ

Presentation

Recorded at:
Recorded at

Ruby VMs: A Comparison

Presented by Jason Seifer on Feb 26, 2009

Community
.NET,
Ruby,
Java
Topics
Language ,
JRuby ,
Runtimes
Tags
IronRuby ,
MagLev ,
Virtual Machines ,
Ruby1.9 ,
JRuby ,
QCon ,
MacRuby ,
Rubinius ,
QCon San Francisco 2008
The next QCon is in London Mar 10-12, Join us!
Summary
A look at the different Ruby virtual machines (JRuby, MagLev, IronRuby, Rubinius, MacRuby) and how to choose what fits best within the enterprise.

Bio
Jason Seifer is a web developer and 1/2 of RailsEnvy.com, where he helps produce a weekly news podcast for Ruby and Ruby on Rails developers. His programming interests include Ruby, Rails, Javascript, full text search, and Objective-C.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community. QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
How are JRuby's benefits not the same as IronRuby's? by Arne Claassen Posted Mar 2, 2009 4:59 PM
Re: How are JRuby's benefits not the same as IronRuby's? by jos R Posted Mar 4, 2009 3:22 PM
Re: How are JRuby's benefits not the same as IronRuby's? by Arne Claassen Posted Mar 4, 2009 4:01 PM
  1. In the description, of IronRuby there is a rather dismissive reference to being able to mix your IronRuby with your IronPython and your C#, followed by "Why would you want to do that, except to torture your developers". This is then almost immediately followed with the glowing review of JRuby which is fantastic "because you can use all your Java code". Hmmm...

    IronRuby and JRuby are in concept identical, i.e. both are implementations on top of VMs that can run other languages, which may or may not be languages that you have legacy code in. So how is this something puzzling on .NET and at the same time the thing that makes JRuby great?

  2. 3 answers:

    - Java language is more involve in lots of cross platform open source project

    - Apparently performance of jruby seems better than ironruby

    blog.prokrams.com/2008/08/27/ironruby-vs-jruby-...

    antoniocangiano.com/2008/12/09/the-great-ruby-s...

    - I think that Ruby to run .net programs is cool, but Ruby to run ironPython doesn't seem cool.

    Jojo

  3. I'm sorry, but none of answers addresses why language interop in the jvm is great, but in the clr it's something you'd to do torture developers. At that point it's just a value judgment of "i like java, but i don't like .net", which may be a valid opinion, but sort of irrelevant in a Ruby VM comparison.

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.