Python is faster than C

Michael Hudson mwh at python.net
Mon Apr 5 09:11:33 EDT 2004


Matthias <no at spam.pls> writes:

> aahz at pythoncraft.com (Aahz) writes:
> > While I'm generally in favor of what you're talking about, it seems to a
> > certain extent that you're simply shifting complexity.  Maintaining the
> > simplicity of the Python VM is an important goal, I think, and some of
> > your suggestions run counter to that goal.
> 
> Isn't the whole idea of very high level languages to shift complexity
> from the user code to the language implementation?  
> 
> That's not a rhetorical question: Why is it that "simplicity of the
> Python VM is an important goal"?  

Well, possibly because it's easier to predict what a simple
implementation is up to.

Cheers,
mwh

-- 
  You sound surprised.  We're talking about a government department
  here - they have procedures, not intelligence.
                                            -- Ben Hutchings, cam.misc



More information about the Python-list mailing list