Maintainers, ada yang mau ngeblog di ruby-lang/id ?? ;-)
. Yukihiro Matsumoto (a.k.a. Matz) has announced the release <http://groups.google.com/group/ruby-talk-google/browse_thread/thread/bc6ed379e4dab2a4> of Ruby <http://www.ruby-lang.org/en/> 1.9.0. Ruby 1.9 is a development release of Ruby, so don't expect to switch all of your production applications over to it. Indeed, Ruby 1.8 is officially still the stable choice (pending further news), so tread with caution and don't expect miracles. For the impatient, the main download is available straight away from ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.0-0.tar.gz Following tradition, the new version of Ruby was released over the public holiday period (Ruby 1.8.4 was released on December 24, 2005, for example), and one of the biggest changes has been the move to a new virtual machine (YARV) that yields significant performance improvements over the 1.8.x versions. As always, the best resource for learning about the new features of Ruby 1.9 is the superb Changes in Ruby 1.9 <http://eigenclass.org/hiki/Changes+in+Ruby+1.9> by Mauricio Fernandez.

