Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Rubinius 1.2 Released: A Blog, Better Documentation and More of a Good Thing

By Peter Cooper / December 22, 2010

rubinius.pngThree months on from the 1.1 release, Rubinius 1.2 has hit the streets bringing together 242 commits from 10 developers. As well as the typical bugfixes and performance tweaks that come with any implementation update, 1.2 brings some underlying structural changes that set up the path to getting better Windows support, Ruby 1.9 support, and the removal of the much-loathed GIL (Global Interpreter Lock) in future releases.

Documentation A Priority

1.2 also sees some leaps forward in the documentation department, led by Brian Ford of Engine Yard. There's now multilingual documentation available on the Web in English, German, Spanish, Japanese, and Russian (but with many holes - that's where your help is needed). There have been lots of improvements to the Rubinius site in general, including a Rubinius blog (subscribe to this if Rubinius is your bag!) and a page listing all of the projects that use Rubinius' VM technology to power things like JavaScript, Scheme and Lua interpreters.

Brian Ford is keen to get more people involved in the Rubinius documentation effort, especially people who speak non-English languages (Japanese in particular):

Rubinius is all about empowering Ruby developers and other language developers. Even though we write a ton of the system in Ruby, we want to make it even easier to understand how to implement Ruby. The documentation project is intended to explain the ins and outs of implementing Ruby and a dynamic language VM in general.

We also think it's very important to make the knowledge available with as little barrier to understanding as possible. The effort to translate the documentation to other languages is our attempt to make Rubinius as useful and as empowering as possible. We need your help to make this a reality.

Brian Ford

If you're keen to help out, check out #rubinius on irc.freenode.net or check out the first post on Rubinius' new blog on this very topic.

Want to know more?

Read the release notes or get started with Rubinius 1.2.0 right now by using rvm install rbx or one of the installers available from the Rubinius home page. Rubinius has special binary installers for Mac OS X 10.5 and 10.6 and they're the easiest way to get going on those systems.

[A new thing from Ruby Inside] Peter Cooper, editor of Ruby Inside, is running a 4 week "introduction to Ruby" course in association with CodeLesson.com. We'll be going from bare basics so it's ideal for non-Rubyists you need to train up or even 'higher ups' who want to get into the swing of Ruby. It costs $295 and there are discounts for multiple student signups. Oh, and there'll be plenty of opportunities for live chats and help - check it out!

Comments

  1. sgwong says:

    Does rubinius has any website for its speed benchmark? Something like http://speed.pypy.org/ which is really great tool to look at the speed.

  2. Brian Ford says:

    There appears to be some confusion reading this sentence:

    "... 1.2 brings some underlying structural changes to set it on the way to getting better Windows support, Ruby 1.9 support, and the removal of the much-loathed GIL (Global Interpreter Lock)."

    That *does not* say the GIL is removed in 1.2. Nor is there Windows support or 1.9 support in 1.2. The sentence says we have been laying the groundwork for all those things. The Windows and 1.9 work is further along in the multiverse branch, and the GIL removal work is in the hydra branch.

    Hope this clarifies.

    Cheers.

  3. Peter Cooper says:

    I've reworded it a bit to make it clearer that these features are coming later.

  4. Jon Leighton says:

    Brian - There doesn't seem to be an RSS feed for the blog?! Thanks.

  5. funny_falcon says:

    Performance test of simple sinatra application running on webrick:

    http://funny-falcon-en.blogspot.com/2010/12/rubinius-120.html
    https://gist.github.com/752120

  6. Hubert Łępicki says:

    I would love to see some proper performance benchmarks of Rubinius 1.2. Just tried it, it looks OK, but Ruby 1.9.2 is still faster according to my own (poor) benchmarks.

Other Posts to Enjoy

Twitter Mentions