[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Syntax in Ruby 2.0

Japh07

5/9/2007 8:08:00 PM

Hi everybody,

I'm starting learning Ruby for a couple of weeks now and I've heard that
Ruby 2.0 is in the making and maybe coming out this year. That brings me
to the following question:
Does anybody know if the syntax in Ruby 2.0 is going to change a lot or
not?

Did some search in Google, didn't found anything about it YET.
Hope you guys can help me with answer.

Thanks in advance.

ilias

--
Posted via http://www.ruby-....

1 Answer

Jano Svitok

5/9/2007 8:19:00 PM

0

On 5/9/07, Japh07 <perl_linux@hotmail.com> wrote:
> Hi everybody,
>
> I'm starting learning Ruby for a couple of weeks now and I've heard that
> Ruby 2.0 is in the making and maybe coming out this year. That brings me
> to the following question:
> Does anybody know if the syntax in Ruby 2.0 is going to change a lot or
> not?
>
> Did some search in Google, didn't found anything about it YET.
> Hope you guys can help me with answer.
>
> Thanks in advance.
>
> ilias

So far there's no Ruby 2.0, all we have is 1.9 and when the time
comes, it will become 2.0.
That means something of current 1.9 features will eventually go to 2.0.

For current state of 1.9 see: http://eigenclass.org/hiki/Changes+i...

Jano