DESCR 383 B

12345678
  1. mruby is the lightweight implementation of the Ruby language complying to (part
  2. of) the ISO standard. Its syntax is Ruby 1.9 compatible.
  3. mruby can be linked and embedded within your application. We provide the
  4. interpreter program "mruby" and the interactive mruby shell "mirb" as examples.
  5. You can also compile Ruby programs into compiled byte code using the mruby
  6. compiler "mrbc".