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

RailsConf 2015: What if Shakespeare Wrote Ruby?

RailsConf 2015: What if Shakespeare Wrote Ruby?

RailsConf 2015 Presentation

Adam Cuppy (he/him)

April 22, 2015
Tweet

More Decks by Adam Cuppy (he/him)

Other Decks in Programming

Transcript

  1. sampson.when(:bite_thumb) do abraham.ask "Do you bite your thumb at us,

    sir?" end sampson.bite_thumb # => Abraham asks, “Do you..."
  2. abraham = Abraham.new sampson = Sampson.new abraham.observe sampson sampson.observe abraham

    abraham .when(sampson) { bit_thumb? } .then(abraham) { ask "Do you bite your thumb at us, sir?" } sampson.bite_thumb # => Abraham asks, “Do you..."
  3. “ Often people focus on the machines. They think, "By

    doing this, the machine will run more effectively.” But in fact we need to focus on humans, on how humans care about doing programming… We are the masters. They are the slaves.” - Matz (Creator of Ruby)