InfoQ

News

IronRuby Release Planned for OSCON

Posted by Jonathan Allen on Jun 01, 2007 12:18 PM

Community
.NET,
Ruby
Topics
Open Source
Tags
DLR ,
IronRuby
Ruby is a dynamic programming language from Japan that dates back to the mid 90's. With the addition of the Rails framework, it has rapidly gained popularity among database-driven web developers. Versions of the runtime include JRuby for the JVM and Rubinius for Smalltalk.

In order to support Ruby on the .NET platform, a new layer called the DLR or Dynamic Language Runtime had to be built. This layer supports the sharing of objects between several dynamic programming languages like Python, Ruby, JavaScript, and Visual Basic 10. Prior to the DLR, dynamic languages targeting .NET each had to build their own dynamic layer, which led to incompatibilities between the languages.

According to John Lam, IronRuby, Microsoft's implement of the Ruby interpreter, is scheduled to be publically available at the OSCON Open Source Convention in Portland, Oregon. This annual event takes place from July 24 to July 28. 

2 comments

Reply

Rubinius is not Ruby for Smalltalk by Luke Melia Posted Jun 1, 2007 2:01 PM
Re: Rubinius is not Ruby for Smalltalk by Jonathan Allen Posted Jun 1, 2007 3:16 PM
  1. Back to top

    Rubinius is not Ruby for Smalltalk

    Jun 1, 2007 2:01 PM by Luke Melia

    The article is incorrect. Rubinius is a project that is implementing a version of Ruby and a SmallTalk-style VM for it to run on.

  2. Back to top

    Re: Rubinius is not Ruby for Smalltalk

    Jun 1, 2007 3:16 PM by Jonathan Allen

    Thank you for the correction.

Exclusive Content

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.

Building your next service with the Atom Publishing Protocol

In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.