InfoQ

News

IronRuby now on Rubyforge

Posted by Werner Schuster on Sep 01, 2007 04:00 PM

Community
.NET,
Ruby
Topics
Open Source,
Dynamic Languages,
.NET Framework
Tags
Subversion,
CLR,
Open Source Project Releases,
IronRuby
Microsoft's Ruby implementation for .NET was first released in July 2007, and was available with all its source code. Now the IronRuby project is hosted on RubyForge. RubyForge provides various services such as a Bug database and  a Subversion source repository.

At this time, there are no released files to download, so getting the source means checking it out from the repository using a Subversion client. Developers not familiar with Subversion, can refer to the quick tour by Aaron Junod at the rubydoes.net blog:
First download and install Subversion, or a compatible client like TortoiseSVN. If you choose to install the command line tools, shell out to a DOS prompt and type “svn help” to make sure your path is setup correctly. If not, reboot. If you choose Tortoise it will require a reboot. Once you have one of those installed, now you will need to get the latest version of the code.
If you are using the command line, typing:

  svn co http://ironruby.rubyforge.org/svn/trunk/ IronRuby

will get the latest version of the code into the folder IronRuby. If you are using Tortoise, create a folder named IronRuby, right click on it, and choose SVN Check out. then provide

 http://ironruby.rubyforge.org/svn/trunk/ as a path.

For a quick peek at the code without having to check it out from Subversion, RubyForge also provides a Web based interface to the source repository for IronRuby.

The current version of the code contains improvements over the previously released version. IronRuby's John Lam lists a few enhancements:
So what's changed? 
  • Exception handling
  • Parallel assignment
  • Instance variables

Added some more library support:

  • Comparable
  • Enumerable
  • Array
  • Hash
  • String (not quite complete yet)
  • Dir

With the great interest in Ruby on the .NET platform, M. David Peterson calls for a Labor day Hackfest to improve both Ruby implementations for .NET:
This Saturday… day, day < Sunday... day, day, and < Monday... day, day *ONLY*, the IronRuby and Ruby.NET Labor Day Weekend *HACKFEST* Extravaganza is coming to an IRC channel near you,
irc://irc.freenode.net/#ironruby
- and -
irc://irc.freenode.net/#ruby.net
Ruby.NET is another implementation of Ruby for .NET, that was made available on Google Code. For more information about Ruby.NET see this InfoQ interview about the project.

Are  you planning contribute to one of these Ruby implementations? Which one would you chose?

1 comment

Reply

IronLisp by Alex Popescu Posted Sep 4, 2007 6:55 PM
  1. Back to top

    IronLisp

    Sep 4, 2007 6:55 PM by Alex Popescu

    I have heard that the next one is IronLisp. DLR starts to look more and more intersting (and I would really love to hear some reading recommendations). ./alex -- .w( the_mindstorm )p. ________________________ Alexandru Popescu Senior Software Eng. InfoQ TechLead&CoFounder

Exclusive Content

Measuring Agile in the Enterprise: 5 Success Factors for Large-Scale Agile Adoption

Michael Mah analyzes the development process in 5 companies: 2 Agile (one of them BMC) and 3 classic. He presents the factors which contributed to the success of BMC's Agile adoption.

Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang

In this interview filmed at RubyFringe 2008, Tom Preston-Werner talks about how both Powerset and GitHub use Ruby and Erlang, as well as tools like Fuzed, god, and more.

David Laribee on Alt.NET and its Mission

David Laribee discusses the purpose of ALT.NET, its mission and future.

Discover RailsKits and Stop Writing Redundant Code

Ruby on Rails has become a popular Ruby framework for creating web applications in recent years. An aspect of creating a web application is the need to repeatedly create the same base functionality.

A Formal Performance Tuning Methodology: Wait-Based Tuning

Steven Haines talks about tackling web application performance tuning by proposing a method called wait-based tuning.

Shaw and Fowler About Forging a New Alliance

Shaw and Fowler talk about the need for a new relationship between the business department and the IT department. Studies have shown that projects mostly fail due to miscommunication between the two.

How to GET a Cup of Coffee

In this article, Jim Webber, Savas Parastatidis and Ian Robinson show how to drive an application's flow through the use of hypermedia in a RESTful application.

Archaeopteryx: A Ruby MIDI Generator

Eccentric artist turned overnight anti-celebrity, Giles Bowkett captures the heart and soul of RubyFringe as he demonstrates his revolutionary Archaeopteryx MIDI drum pattern generator.