07-16-2013, 04:04 PM
That would be very nice, but it is faaar from the truth.
Virtual machines and interpreters and compilers will not perform the same instructions on the CPU, python is VERY slow, due to it's interpreted nature, another example would be C#, whose virtual machine will not decide whether to interpret of compile a thingy, and will often interpret code it would have been faster not to. Java, on the other hand is memory consuming as hell, and awful in every way.
Virtual machines and interpreters and compilers will not perform the same instructions on the CPU, python is VERY slow, due to it's interpreted nature, another example would be C#, whose virtual machine will not decide whether to interpret of compile a thingy, and will often interpret code it would have been faster not to. Java, on the other hand is memory consuming as hell, and awful in every way.