mruby is an implementation of Ruby that’s designed to be lightweight & integrated with C. To get started, you can run a bit of Ruby code from inside C code. “Hello World” with mruby looks like this: Set up a new project and include mruby as a submodule Write some C code that loads mruby and exec...