On 2007-09-02, Steven D'Aprano
<[EMAIL PROTECTED]> wrote:
> A big question mark in my mind is Lisp, which according to
> aficionados is just as dynamic as Python, but has native
> compilers that generate code running as fast as highly
> optimized C. I'm not qualified to judge whether the lessons
> learnt from Lisp can be applied to Python, but in any case Lisp
> is an old, old language -- only Fortran is older. The amount of
> development effort and money put into Lisp dwarfs that put into
> Python by possibly a hundred or more.

Lisp, as far as I know, requires type declarations, discipline,
deep knowledge of Lisp, and more than passing knowledge of your
Lisp implementation in order to generate code that's competitive
with C. On the other hand, Lisp afficionados don't have a problem
meeting those requirements. ;)

> So... if you'd like to see Python run as fast as C or Lisp, and
> you have a few tens of millions of dollars spare to invest in
> development, I think the Python Software Foundation would love
> to hear from you.

Hmmm. I have four dollars... almost five...

-- 
Neil Cerutti
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to