Python too slow?

Ross Ridge rridge at caffeine.csclub.uwaterloo.ca
Thu Jan 10 15:08:52 EST 2008


Bruno Desthuilliers <bdesth.quelquechose at free.quelquepart.fr> wrote:
> And the reference implementation of Python (CPython) is not 
> interpreted, it's compiled to byte-code, which is then executed by a VM 
> (just like Java).
 
Ed Jensen a écrit :
> Wow, this is pretty misleading.

Bruno Desthuilliers  <bruno.42.desthuilliers at wtf.websiteburo.oops.com> wrote:
>Ho yes ??? Why so, please ? Care to point to anything *wrong* in the 
>above statement ?

Python's byte-code interpreter is not "just like" Java's virtual machine.
You're deliberately trying to mislead people into thinking Python performs
similarily to Java.

					Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge at csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  



More information about the Python-list mailing list