0
Digg me

IronRubyLast night, as I had announced in my presentation at DemoCampMontreal4,John Lam of Microsoft released IronRuby on RubyForge. This implementation of Ruby for Microsoft’s DLR is written in C#.

The IronRuby team managed to add enhancements since the first sharing of the source code about a month ago, including:

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

To get the source code, I had to go down to the SCM icon and then get the Subversion url:

svn checkout svn://rubyforge.org/var/svn/ironruby
svn checkout http://ironruby.rubyforge.org/svn/trunk/

I am using TortoiseSVN on WindowsXP and it works very well.

My previous post on Hacking IronRuby can come in handy. For more thoughts on IronRuby, check out my presentation report about DemoCampMontreal4.

Congratulations to John and the team for reaching the deadline of the end of August for this release.

Update

John has just released new instructions and a short and sweet screencast to show how to checkout and build IronRuby.

  • Share/Bookmark
 
  • Thanks, Josh!

    We wanted to get as many features into the source code tree as possible, so we wound up waiting until the final day of our self-imposed deadline.

    Hope you enjoy this release!
blog comments powered by Disqus