Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Beyond Ruby

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Beyond Ruby

Avatar for Jakob Mattsson

Jakob Mattsson

June 18, 2011

More Decks by Jakob Mattsson

Other Decks in Programming

Transcript

  1. • How I came to my opinion • Why I

    don’t think Ruby is dynamic • What to do about it • When we’ll know we’re there In the next 15 minutes
  2. list.select { |x| x > 0 } filter (> 0)

    list list.filter(function(x) { return x > 0 })