
mRuby - mruby binding for perl5.

use mRuby;
my $mrb = mRuby::State->new();
my $st = $mrb->parse_string('9');
my $n = $mrb->generate_code($st);
$st->pool_close();
my $ret = $mrb->run($mrb->proc_new($n), undef);

mRuby is mruby binding for perl5.

Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>


Copyright (C) Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.