python speed

David Rasmussen david.rasmussen at gmx.net
Tue Dec 6 14:00:25 EST 2005


Harald Armin Massa wrote:
>>Faster than assembly? LOL... :)
> 
> why not? 

Because any program generated automatically by a compiler of any kind 
can always be expressed in assembly langauge. That writing assembler for 
many processors can be really hard to do well is beside the point. We're 
talking about the best-case capabilities of a language. Writing programs 
in other languages can be hard as well, not to mention writing a 
compiler for any language that produces "as good as best assembly" code, 
that is, optimal code.

/David



More information about the Python-list mailing list