InfoQ

News

Ruby VM Roundup: IronRuby runs Rails, Ruby 1.8.7 released, Rubinius inlining experiments

Posted by Werner Schuster on Jun 01, 2008 01:54 PM

Community
.NET,
Ruby
Topics
Runtimes ,
Ruby on Rails ,
Dynamic Languages
Tags
Rails ,
IronRuby ,
Rubinius ,
Ruby on Rails
Following Rubinius' first successful run of Rails, and just in time for RailsConf: John Lam reports that IronRuby managed to run Rails:
IronRuby dispatched some simple requests through an unmodified copy of Rails a few days ago. Today, we’re going to show off our progress live at RailsConf. This is an important milestone for IronRuby; it’s our ‘ticket to entry’ to the world of alternative Ruby implementations.

John Lam also points out some of the criticism of IronRuby:
We started our work on IronRuby back in February 2007. Now, just 15 months later, we’ve reached what others are calling the “Rails Singularity”. A few folks claimed that we would never get here this quickly, or that we wouldn’t be allowed to accomplish this goal. But we did it on our own, in our own way and with help from our community. And we’re just getting started.

Just as with the announcement of Rubinius running Rails, it's important to point out that full support of Rails still involves a lot of work for the IronRuby team.

In other news, shortly after Ruby 1.8.7 preview 4, the final version of Ruby 1.8.7 has been released. See our previous coverage of Ruby 1.8.7 preview versions for a closer look at new features and API changes.

Finally, the Rubinius community is looking into improving performance. William Morgan investigated the various options for inlining message sends ("method calls") on Rubinius. After posting a proposal on how to do inlining for various types of send sites and receivers, William posted a link to the git repository for a preliminary version of code. Cutting down the price of message sends is particularly important in Ruby, where just about anything happens with a message send. Inlining basically replaces the send site with the code of the called method, which gets rid of the overhead for doing the message send.

No comments

Reply

Exclusive Content

Ruby.rewrite(Ruby)

In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.