Files
ports/lang/mruby/pkg/DESCR
T
jeremy 2e7bc08d5c Import mruby 1.2.0
mruby is a lightweight, easy to embed version of ruby.

Help from juanfra@ and pirofti@
OK juanfra@
2016-11-05 22:31:28 +00:00

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".