I'm intrigued that Python has some functional constructions in the language.

namekuseijin namekuseijin at gmail.com
Fri May 8 16:52:48 EDT 2009


pruebauno at latinmail.com escreveu:
> Don't forget that the Python interpreter is simple. It makes
> maintenance easier and allows embedding it into other programs. Good
> optimizing compilers for functional languages are not simple.

Good optimizing compilers are not simple, period.

The python interpreter is not all that simple either.  Have you ever 
taken a look at it?  It's a good bytecode interpreter, not some dumb toy 
interpreter.

-- 
a game sig: http://tinyurl.com/d3rxz9



More information about the Python-list mailing list