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

Beyond Ruby

Beyond Ruby

Jakob Mattsson

June 18, 2011
Tweet

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 })