Microsoft announces IronRuby

Interesting.

http://news.com.com/2100-1012_3-6180322.html?part=rss&tag=2547-1_3-0-5&subj=news

···

--
RMagick [http://rmagick.rubyforge.org]
RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html]

Tim Hunter wrote:

Interesting.

http://news.com.com/2100-1012_3-6180322.html?part=rss&tag=2547-1_3-0-5&subj=news

Do we know if that's the same as this?

http://www.wilcob.com/Wilco/IronRuby.aspx

···

--
Alex

Alex Young wrote:

Tim Hunter wrote:

Interesting.

http://news.com.com/2100-1012_3-6180322.html?part=rss&tag=2547-1_3-0-5&subj=news

Do we know if that's the same as this?

http://www.wilcob.com/Wilco/IronRuby.aspx

I would be very surprised if it was. Last I'd heard IronRuby was mostly dead, and I'm sure it wasn't written to fit this new "dynamic language runtime" Microsoft has announced. I'd wager they co-opted the name from Wilco and are running with their own internal implementation.

- Charlie

No, it is derived from RubyCLR by John Lam:
<Shows | Microsoft Learn;

···

On 2007-05-01 09:46:46 +0200, Alex Young <alex@blackkettle.org> said:

Do we know if that's the same as this?

http://www.wilcob.com/Wilco/IronRuby.aspx

I don't believe it is derived from RubyCLR. Apparently it is a new
implementation of Ruby using some of the core of IronPython and was in
development before John Lam arrived at Microsoft.

Tim Heuer has a video interview with John that goes into more detail about
the Ruby version and the Dynamic Language Runtime. Good stuff.

···

On 5/1/07, Guido <""@.> wrote:

On 2007-05-01 09:46:46 +0200, Alex Young <alex@blackkettle.org> said:

> Do we know if that's the same as this?
>
> http://www.wilcob.com/Wilco/IronRuby.aspx

No, it is derived from RubyCLR by John Lam:
<Shows | Microsoft Learn;

Charles Oliver Nutter wrote:

Do we know if that's the same as this?

http://www.wilcob.com/Wilco/IronRuby.aspx

I would be very surprised if it was.

I suspect it's a merge between IronRuby and RubyCLR. Remember John Lam
(author of RubyCLR) now works for Microsoft, along side Jim Huginin(?)
of IronPython and Jython fame.

I can't wait for the day when I can fully use RSpec for both Java and
.NET projects. :smiley:

···

--
Posted via http://www.ruby-forum.com/\.

Guido wrote:

···

On 2007-05-01 09:46:46 +0200, Alex Young <alex@blackkettle.org> said:

Do we know if that's the same as this?

http://www.wilcob.com/Wilco/IronRuby.aspx

No, it is derived from RubyCLR by John Lam:
<Shows | Microsoft Learn;

It's definitely not derived from RubyCLR, since that was just a bridge to the C implementation of Ruby (MRI) and this is a CLR-native implementation.

I'll bet anyone a beer it's all new code, unrelated to Wilco's IronRuby and John's RubyCLR (and even Queensland University's Ruby.NET).

- Charlie