Latest from the Bamboo Blog

QCON London 2008 matt

March 16th, 2008

I’ve just spent the last week at QCon and I’ve just about fully recovered (it was pretty intense). Considering there was only one Ruby track I was a little worried that I wouldn’t find most of the talks interesting, however this wasn’t the case. The most interesting talks had very little to do with Ruby.

When I go to conferences, my main goal isn’t to learn lots of things it’s to be inspired and generate new ideas, consequently my “things to do in my spare time” list has grown exponentially.

The two underling themes that I detected from the conference was developers are people too and scaling is important. It was interesting to hear Java guys talk about how to make developing easier (more fun), because this is one area Ruby (in my opinion) excels over most other languages.

One of the main criticisms about the Ruby community is we don’t care about scaling, and scaling is something that the Java guys have been working on for years. So when Ola Bini says that JRuby will be the best stack/platform around, I’m starting to believe him.

Imagine having your Ruby app with objects persisting in something like Terracotta?

Or being able to use existing Java aspects on Ruby code (and visa versa).

There was talk about GemStone porting their Smalltalk VM to Ruby so we may have an ‘enterprise’ stack.

And where the hell are the Ruby Specs? I mean the tests for the language itself. There should be one central repository where YARV, Rubinius, JRuby, GemStone and every Ruby developer out there can contribute to Spec’in out the language.

They are just a handful of ideas that popped into my head. I had a great time at the conference and met many interesting people, hopefully I’ll be able to do it again next year!

The slides (videos soon) from the talks are going online so take a look. Please excuse me while I go play with Erlang.

UPDATE I’ve put some of the slides that are available on the QCon site onto slideshare tagged with QCONLONDON2008 , enjoy.

2 Responses to “QCON London 2008”

  • Eric Allam

    The Ruby Spec is currently being actively developed by the rubinius guys:

    http://rubinius.lighthouseapp.com/projects/5089/specs-overview

    They will be working with the JRuby team to integrate the rubinius spec suite.

    It remains to be seen whether MRI will adopt the specs, but I haven’t heard anything yet about that.

  • Matt

    @Eric I applaud both the Rubinius and JRuby teams for working together on this issue, however I was highlighting that we currently don’t have a centralised place for Ruby tests for example php has http://qa.php.net/

Sorry, comments are closed for this article.