S
Soh Dubom
Is it true that ruby language will change to a compiled or jited
language, like .net or java?
language, like .net or java?
Is it true that ruby language will change to a compiled or jited
language, like .net or java?
Ken said:Ruby 1.9 introduced a bytecode-based interpreter (which converts your
program to its own bytecodes and then interprets those bytecodes a la
very old Java VMs). JRuby already has an interpreter which compiles to
the Java VM, and these days that is JITted, so I guess it's already
changed.
--Ken
Hum, does it make Ruby 1.9 a compiled language as, let's say C#? The
reason I got interested in Ruby is because it's an interpreted
language
and I don't have to, for every change, re-compiled it
Hum, does it make Ruby 1.9 a compiled language as, let's say C#? The
reason I got interested in Ruby is because it's an interpreted language
and I don't have to, for every change, re-compiled it
Soh said:Ken said:[snip]Is it true that ruby language will change to a compiled or jited
language, like .net or java?
Hum, does it make Ruby 1.9 a compiled language as, let's say C#? The
reason I got interested in Ruby is because it's an interpreted language
and I don't have to, for every change, re-compiled it
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.