What is the difference between Ruby 1.8 and Ruby 1.9 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T20:02:09Z http://stackoverflow.com/feeds/question/21574 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/21574/what-is-the-difference-between-ruby-1-8-and-ruby-1-9 7 What is the difference between Ruby 1.8 and Ruby 1.9 salt.racer 2008-08-22T01:32:54Z 2009-09-15T09:31:30Z <p>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?</p> http://stackoverflow.com/questions/21574/what-is-the-difference-between-ruby-1-8-and-ruby-1-9/21621#21621 9 Answer by Tim Sullivan for What is the difference between Ruby 1.8 and Ruby 1.9 Tim Sullivan 2008-08-22T01:53:44Z 2008-08-22T01:53:44Z <p>Sam Ruby has a <a href="http://slideshow.rubyforge.org/ruby19.html" rel="nofollow">cool slideshow that outline the differences</a>.</p> <p>HTH!</p> http://stackoverflow.com/questions/21574/what-is-the-difference-between-ruby-1-8-and-ruby-1-9/21693#21693 2 Answer by Sören Kuklau for What is the difference between Ruby 1.8 and Ruby 1.9 Sören Kuklau 2008-08-22T03:11:30Z 2008-08-22T03:11:30Z <p>One huge difference would be the move from Matz's interpreter to <a href="http://en.wikipedia.org/wiki/YARV" rel="nofollow">YARV</a>, a bytecode virtual machine that helps significantly with performance.</p> http://stackoverflow.com/questions/21574/what-is-the-difference-between-ruby-1-8-and-ruby-1-9/1426144#1426144 2 Answer by Dave Everitt for What is the difference between Ruby 1.8 and Ruby 1.9 Dave Everitt 2009-09-15T09:31:30Z 2009-09-15T09:31:30Z <p>Many now recommend <a href="http://rads.stackoverflow.com/amzn/click/0596516177" rel="nofollow">The Ruby Programming Language</a> over the Pickaxe - more to the point, it has all the details of the 1.8/1.9 differences.</p>