InfoQ

News

Ruby VM Roundup: IronRuby 1.0 Coming Up, RubySpec, JRuby 1.3.1

Posted by Werner Schuster on Jun 19, 2009

Community
.NET,
Ruby
Topics
Rich Client / Desktop ,
.NET Framework ,
Runtimes ,
JRuby ,
Compilers
Tags
IronRuby ,
RubySpec ,
CLR ,
JRuby ,
MacRuby ,
Virtual Machines ,
MagLev

IronRuby, the Ruby implementation for the CLR, has been steadily improving - and it's now heading for a 1.0 release soon. The abstract for a talk scheduled for July 23rd 2009 at O'Reilly's OSCON states it in clear terms:

IronRuby is 1.0! Come and see how IronRuby is used in .NET programs, how well it performs, and how conformant it is. [..] OSCON has an important place in the history of IronRuby, and it is only appropriate that we launch IronRuby 1.0 at OSCON 2009.

So,  how compliant will IronRuby 1.0 be? The answers is available online: ironruby.info shows results for a RubySpec run (at the time of this writing the result are from 2009-05-06).

Some more information about what this data means for IronRuby can be seen in Interview with IronRuby team member Jimmy Schementi (Jimmy's blog, Jimmy on Twitter). As Jimmy explains, while the overall result is 82.3 % seems low, the result is skewed by some of the results for library support. Language compliance, ie. how well IronRuby supports Ruby language features, is quite high.
The interview contains a lot of information, eg. IronRuby is capable of running realworld Rails applications. Complications, however, can result when these apps are run against SQLServer because their SQL code is written against MySQL. Other topics include IronRuby's strategy for running Ruby code (interpretation vs. compilation - interpretation is used for quick startup, but ultimately code is JITed to MSIL), the DLR and more.

In other Ruby VM news, JRuby 1.3.1 was released (JRuby Download). All JRuby 1.3 users are advised to uprade to 1.3.1 as it fixes a bug introduced in 1.3, and also a recently discovered DoS in BigDecimal.

MacRuby also continues to improve (latest status update). Everyone interested in MacRuby or Ruby on the Mac, will find the videos from the recent Ruby on OS X Conference useful.

GemStone's MagLev Ruby VM is heading towards a broader release sometime in late Q2 or Q3. A recent tweet mentions a new improvement:

Uploading MagLev 21782 for Alpha testers. Contains initial native parser implementation, but it's not yet isolated into its own environment.

MagLev's previous approach to parsing Ruby code was to use an instance of MRI that parses the Ruby code and turns it into a ParseTree s-expr.

Finally, Brian Ford was interviewed about RubySpec, the huge set of specs that is crucial for all alternative Ruby implementations.

No comments

Watch Thread Reply

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.