mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
2e7bc08d5c
mruby is a lightweight, easy to embed version of ruby. Help from juanfra@ and pirofti@ OK juanfra@
8 lines
383 B
Plaintext
8 lines
383 B
Plaintext
mruby is the lightweight implementation of the Ruby language complying to (part
|
|
of) the ISO standard. Its syntax is Ruby 1.9 compatible.
|
|
|
|
mruby can be linked and embedded within your application. We provide the
|
|
interpreter program "mruby" and the interactive mruby shell "mirb" as examples.
|
|
You can also compile Ruby programs into compiled byte code using the mruby
|
|
compiler "mrbc".
|