[Python-Dev] [ANN] VPython 0.1

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Oct 24 06:32:39 CEST 2008


glyph at divmod.com wrote:

> Is there any reason this should be a separate project rather than just 
> be rolled in to the core?

Always keep in mind that one of the important characteristics
of CPython is that its implementation is very straightforward
and easy to follow. Replacing the ceval loop with machine
generated code would be a step away from that.

-- 
Greg


More information about the Python-Dev mailing list