mruby
github.com
mruby
1–10 of 59 posts
Re: mruby
#2Re: mruby
#3Re: mruby
#4"Lightweight", does that mean:
Small but slow?
Big but fast?
Quite small and quite fast, but with a half-assed library?
Big, slow, but low RAM usage?
I understand from another comment that this is intended for embedded systems. Does that mean running it on a microcontroller without OS? Cause the moment you can flash Linux, you can use Ruby MRI, no?Re: mruby
#5Can 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?
Re: mruby
#6Could anyone explain to me what the difference with normal ruby is? "Lightweight", does that mean: Small but slow? Big but fast? Quite small and quite fast, but with a half-assed library? Big, slow, but low RAM usage? I understand from another comment that this is intended for embedded systems. Does that mean running it on a microcontroller without OS? Cause the moment you can flash Linux, you can use Ruby MRI, no?
Nope, he said embedding. He means things like Lua where you have a scripting language embedded in a program that is running on a faster lnaguage. Common in video game dev.
>Does that mean running it on a microcontroller without OS?
Nope, not necessarily. It being portable means it's plausible but it's an unlikely usage scenario. More likely, it means being able to use it across a variety of POSIX derivatives.
>Cause the moment you can flash Linux, you can use Ruby MRI, no?
Also not true. What a micro-distribution of Linux can run on is not necessarily something MRI Ruby can also run on.
Re: mruby
#7Re: mruby
#8Here is more info on RiteVM http://www.reddit.com/r/ruby/comments/k9jce/ruby_ritevm_faq_...
Re: mruby
#9Re: mruby
#10I will release MobiRuby that's mRuby + iOS. http://mobiruby.org/