BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News IronRuby Release Planned for OSCON

IronRuby Release Planned for OSCON

Bookmarks
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. 

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Rubinius is not Ruby for Smalltalk

    by Luke Melia,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    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.

  • Re: Rubinius is not Ruby for Smalltalk

    by Jonathan Allen,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thank you for the correction.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT