Programmers can compile the Python source code to java byte code, running it on JVM ( Java Virtual Machine ).
程序员可以把Python源代码编译成Java的字节码, 并在Java虚拟机上运行此代码.
互联网
The Perl interpreter then converts the byte - code representation to machine code before execution.
然后,在执行之前,Perl解释程序把字节码表达形式转换成机器码.
互联网
Compile time normally consists of translating programs into a machine - independent byte code representation.
编译时通常包括将程序翻译成机器无关的字节码.
互联网