Hasty Briefsbeta

Bilingual

Mruby: Ruby for Embedded Systems

4 months ago
  • #Embeddable
  • #Ruby-implementation
  • #mruby
  • mruby is a lightweight implementation of Ruby, compatible with Ruby 3.x syntax (excluding pattern matching).
  • You can embed mruby in applications, use its interpreter (mruby), interactive shell (mirb), and compiler (mrbc).
  • Download mruby stable version 3.4.0 or clone the source from GitHub.
  • Install via ruby-install, ruby-build, or rvm.
  • Build documentation with `rake doc` and view API docs in the browser.
  • Customize mruby using mrbgems for extensions in C/Ruby.
  • mruby is MIT licensed, requiring copyright notice display.
  • Contribute via GitHub pull requests, granting non-exclusive rights under MIT License.