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

Polyglot Rails Applications in Rubinius

Polyglot Rails Applications in Rubinius

Talk given at Eurucamp 2012 (Berlin).

Josep M. Bach (Txus)

August 19, 2012
Tweet

More Decks by Josep M. Bach (Txus)

Other Decks in Technology

Transcript

  1. ruby code ast rubinius bytecode 2 + 3 2 +

    3 push_int 2 push_int 3 meta_send_op_plus
  2. apricot code ast rubinius bytecode (+ 2 3) 2 +

    3 push_int 2 push_int 3 meta_send_op_plus HAPPENED WTF JUST