[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby v 2?

Kenneth McDonald

9/23/2006 6:30:00 PM

Just curious is there is any firm news, guesstimates, etc. as to the
progress of Ruby 2 and when it might actually make a public appearance.

Thanks,
Ken

5 Answers

MonkeeSage

9/23/2006 6:42:00 PM

0

Kenneth McDonald wrote:
> Just curious is there is any firm news, guesstimates, etc. as to the
> progress of Ruby 2 and when it might actually make a public appearance.
>
> Thanks,
> Ken

Hi Ken,

I don't know of anything official (but I'm not "in the know" about
those things). Some places to keep on eye on for progress towards v2:

YARV: http://www.atdot...
RubyGrammar: http://rubyforge.org/projects/ru... (also
http://groups.google.com/group/comp.lang.ru...)
MetaRuby: http://www.zenspider.com/Languages/Ruby/Met...

Regards,
Jordan

Diego Virasoro

9/24/2006 1:47:00 PM

0

Kenneth McDonald wrote:
> Just curious is there is any firm news, guesstimates, etc. as to the
> progress of Ruby 2 and when it might actually make a public appearance.
>
I was wondering the same. From what I understand (and I don't that
much) the latest news come from approximatly one year ago in the last
Ruby Conf when the latest ideas were presented.

I would imagine something similar might happen again at the next Ruby
Conf (in approximatly a month): all I know is that Matz is giving the
keynote.
(http://www.rubycentral.org/conference/...)

Personally I'd really like to know more about it. :)

Diego

Richard Conroy

9/25/2006 1:19:00 PM

0

On 9/24/06, Diego Virasoro <Diego.Virasoro@gmail.com> wrote:
> Kenneth McDonald wrote:
> > Just curious is there is any firm news, guesstimates, etc. as to the
> > progress of Ruby 2 and when it might actually make a public appearance.
> >

Ruby 1.9 is due for release in 2007 (I think late in the year). The intention
of this release is to smoke out a lot of the issues that will be central to 2.0
i.e. break early in 1.8 ->1.9 so that 1.9->2.0 is an easier transition.

Norgg

9/26/2006 5:14:00 AM

0

Kenneth McDonald wrote:
> Just curious is there is any firm news, guesstimates, etc. as to the
> progress of Ruby 2 and when it might actually make a public appearance.
>
> Thanks,
> Ken
>

There's a few people quietly using yarv(which will very likely form the
basis for ruby2.0) and the occasional bug/benchmark/comment posted to
yarv-dev-en.

svn checkout http://www.atdot.net/svn/...
if you want to take a look at code and/or play around with it. It's
usable and comparatively fast and potentially getting pretty stable. I
think development has slowed down a little recently though, not been any
commits since the first.

John