Re: interpreter vs. compiled
Dennis Lee Bieber <wlfraed@ix.net com.comwrote:
Right. UCSD p-code Pascal was almost always implemented as an interpreter.
I would be surprised if anyone argued that it was a compiler.
However, I thought Java was usually JIT compiled to machine language. Am I
mistaken?
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Dennis Lee Bieber <wlfraed@ix.net com.comwrote:
>On Thu, 31 Jul 2008 06:17:59 GMT, Tim Roberts <timr@probo.com declaimed
>the following in comp.lang.pytho n:
>
>
> Using that definition, the UCSD P-code Pascal and Java are also not
>"compilers" -- all three create files containing instructions for a
>non-hardware virtual machine.
>the following in comp.lang.pytho n:
>
>And again, I never said that it did. CPython is an interpreter. the
>user's code is never translated into machine language.
>user's code is never translated into machine language.
> Using that definition, the UCSD P-code Pascal and Java are also not
>"compilers" -- all three create files containing instructions for a
>non-hardware virtual machine.
I would be surprised if anyone argued that it was a compiler.
However, I thought Java was usually JIT compiled to machine language. Am I
mistaken?
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Comment