mruby

Lightweight Ruby implementation for embedded systems and IoT

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight implementation of the Ruby language

Commands

mrubymirb

Examples

Run a Ruby script with mruby interpreter$ mruby script.rb
Start interactive mruby REPL shell$ mirb
Execute Ruby code directly from command line$ mruby -e 'puts "Hello from mruby"'