ruby-install icon indicating copy to clipboard operation
ruby-install copied to clipboard

Should we drop support for mruby?

Open postmodern opened this issue 11 years ago • 2 comments

mruby is not really designed to be installed globally on the system, but configured and compiled into projects.

postmodern avatar Oct 02 '14 04:10 postmodern

While mruby is designed to be compiled into projects it does have potential when all you need is specific functionality without all the overhead of ruby. All you would need to do is decide what you need and pick the mrbgems.

Out of curiosity would it be possible to create mruby binary that contained mruby + mrbgems + mruby script(s) as a single static binary? If so would it be possible to get that in ruby-install, or is that too out of scope for this project?

+1 on keeping mruby. I think it has potential.

grimnight avatar Oct 09 '14 12:10 grimnight

@grimnight mruby could use some sort of ./configure script to automate the build process.

postmodern avatar Oct 09 '14 20:10 postmodern