Running Ruby without a traditional operating system?

In the Java world, BEA (now Oracle) created LiquidVM which does not require an OS. In addition, there are many open source projects, including SANOS , JNODE OS , Guest Guest of the project , JavaOS , etc.

Is there a Ruby equivalent?

+1


a source to share


1 answer


You can use JRuby on top of LiquidVM :)



But otherwise, no. What's wrong with minimal Linux setup?

+3


a source







All Articles