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

Introdução ao MRuby

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Introdução ao MRuby

Avatar for Samuel Flores

Samuel Flores

September 20, 2014
Tweet

More Decks by Samuel Flores

Other Decks in Programming

Transcript

  1. int main(void) { mrb_state *mrb = mrb_open(); char code[] =

    "p 'hello world!'"; printf("Hello from mruby!\n"); mrb_load_string(mrb, code); return 0; }