>mRuby is the light-weighted implementation of ruby language complied with ISO
standard to execute various environment. It can run as 'interpreter form' or
'compile and execute on vm form' according to its module construction.
Can anyone tell me how it's different from other ruby implementations? What does 'execute various environment' mean? Can I run it inside JVM like JRuby?
Can anyone tell me how it's different from other ruby implementations? What does 'execute various environment' mean? Can I run it inside JVM like JRuby?