InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

The Beauty of Ruby

Presented by Glenn Vanderburg on Jul 03, 2007 Length 00:54:56
Sections
Development,
Architecture & Design
Topics
Programming ,
Ruby
Tags
Language Features ,
JAOO Conference
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
As Edd Dumbill wrote, "the subtle elegance of the Ruby idiom is a slowly appreciated and highly satisfying flavour." It's true that some of the best things about Ruby aren't obvious to newcomers. In this talk Glenn Vanderburg demonstrates some of the subtle beauty that experienced Rubyists know and love.

Bio
Glenn Vanderburg is an independent consultant focused on cutting-edge software development technologies and techniques, including Ruby, JavaScript, Ajax, and state-of-the-art development practices.

About the conference
JAOO is the premier European developer conference on software technology, methods and best practices. The conference presents in-depth presentations and tutorials by researchers, engineers and trend-setters in software engineering and technology.
Other dynamic languages by Carl Gundel Posted
Presentation Slides by Tamer Salama Posted
Good Presentation by Satish Talim Posted
trying to watch by lee h Posted
Re: trying to watch by Larry Diehl Posted
Re: trying to watch by lee h Posted
Talk was incorrect regarding arrays of regexp objects in perl by Josh ben Jore Posted
Don't talk about Perl if you don't know it by brian d foy Posted
Ruby presentation by Jure Srsen Posted
  1. Back to top

    Other dynamic languages

    by Carl Gundel

    Ruby is a great language. Rubyist should definitely not ignore some even more elegant languages like Smalltalk and LISP.

  2. Back to top

    Presentation Slides

    by Tamer Salama

    Great presentation. Any chance slides would be available for download?

  3. Back to top

    Good Presentation

    by Satish Talim

    I liked the presentation.

  4. Back to top

    trying to watch

    by lee h

    I would love to watch this, but with low bandwidth the buffering every ~5 secs is killing me...and would take WAY too long to get through it...I would love to be able to download it...any thoughts?

  5. Back to top

    Re: trying to watch

    by Larry Diehl

    Here's a textual summary =)

    larrytheliquid.com/2007/07/28/ruby-elegance-nua...

    I would love to watch this, but with low bandwidth the buffering every ~5 secs is killing me...and would take WAY too long to get through it...I would love to be able to download it...any thoughts?

  6. Back to top

    Re: trying to watch

    by lee h

    thanks for the link!....though I still would love to see the full video

  7. Back to top

    Talk was incorrect regarding arrays of regexp objects in perl

    by Josh ben Jore

    Perl has had a regexp object since 5.6 was released in 2000. I don't know of any operating systems that still ship with an older version. The speaker should have done his homework on this before spending what seemed like five minutes larking about how this feature was lacking.

    We've had this seven years now. Please catch up.

  8. Back to top

    Don't talk about Perl if you don't know it

    by brian d foy

    Ruby is certainly a nice language and I like it. However, you shouldn't
    use your ignornace if Perl to support Ruby:

    * Perl sigils do not denote type: they denote context. $scalar is a
    scalar, but $array[0] works with an array, and $hash{foo} works with a
    hash. @array[0,1] works with an array, but @hash{'foo', 'bar'}. It's
    not type, what you're doing with it. You can read more about that in
    Learning Perl.

    * Perl regular expressions aren't operators: the match operator, m//, is an
    operator, but that's not the thing that's the pattern. The stuff
    inside the match operator is the pattern, but the pattern is not the
    match operator. You can create a regular expression without the match
    operator with the qr() quoting mechanism.

    You'll eventually find that Ruby, if it gets as popular as Perl, will be treated as poorly as Perl as newbies learn by hit-and-miss. Newbies will invent their own systems to explain the portions of Ruby that they know and that they think they understand. Just wait :)

  9. Back to top

    Ruby presentation

    by Jure Srsen

    Tnx!
    I really like to learn from these Ruby presentations since I am unable to be at the conferences for now.

    Jure
    www.scarlet-studio.net

Educational Content

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.

Polyglot Persistence for Java Developers - Moving Out of the Relational Comfort Zone

Chris Richardson shows how he ported a relational database to three NoSQL data stores: Redis, Cassandra and MongoDB.

The Golden Circle – Why How What

Jean Tabaka challenges the audience to reflect on what Agile practices they are employing, how they are using them, ending with the questions “Why have their organization chosen to go Agile?

The Web Platform as a Limitless Pool of Innovation, with Andreas Gal

Andreas talks about the benefits of the Open Web and how it compares to proprietary stacks. He also talks about various projects that push the envelope like Boot to Gecko, Broadway and pdf.js.

Hadoop and NoSQLin a Big Data Environment

Ron Bodkin discusses early adoption of Hadoop, NoSQL and describes MapReduce and related libraries and Frameworks. Other topics include Hive, Pig, multi tenancy, and security in a big data environment

Spring and Platform Interoperability

Stephen Bohlen explains how Spring helps with interoperability between Java and .NET, demoing it with the help of a sample application.

How to Stop Writing Next Year's Unsustainable Piece of Code

Guilherme Silveira mentions some of the turning points in project development that may affect the quality of the code offering advice on avoiding writing crappy code.