vote up 7 vote down star
2

I'm not clear on the differences between the "current" version of Ruby (1.8) and the "new" version (1.9). Is there an "easy" or a "simple" explanation of the differences and why it is so different?

flag

There is very detailed coverage here: eigenclass.org/hiki.rb?Changes+in+Ruby+1.9 – Telemachus Nov 24 at 12:36

3 Answers

vote up 9 vote down check

Sam Ruby has a cool slideshow that outline the differences.

HTH!

link|flag
vote up 2 vote down

One huge difference would be the move from Matz's interpreter to YARV, a bytecode virtual machine that helps significantly with performance.

link|flag
vote up 2 vote down

Many now recommend The Ruby Programming Language over the Pickaxe - more to the point, it has all the details of the 1.8/1.9 differences.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.