Package gomruby embeds mruby (mini Ruby) VM into Go.
It's slightly more than just go get
:
go get -d github.com/AlekSi/gomruby
cd $GOPATH/src/github.com/AlekSi/gomruby
make
mruby is built statically, use gomruby as typical Go package.
Package gomruby embeds mruby (mini Ruby) VM into Go.
It's slightly more than just go get
:
go get -d github.com/AlekSi/gomruby
cd $GOPATH/src/github.com/AlekSi/gomruby
make
mruby is built statically, use gomruby as typical Go package.