My newbie annoyances so far

Isaac Gouy igouy at yahoo.com
Sun May 6 22:13:28 EDT 2007


On May 6, 6:09 pm, John Nagle <n... at animats.com> wrote:
> Alex Martelli wrote:
> > John Nagle <n... at animats.com> wrote:
>
> >>igo... at yahoo.com wrote:
>
> >>>On Apr 27, 9:07 am, John Nagle <n... at animats.com> wrote:
>
> >>>>The CPython implementation is unreasonably slow compared
> >>>>to good implementations of other dynamic languages such
> >>>>as LISP and JavaScript.
>
> >>>Why do you say CPython is slower than JavaScript? Please provide
> >>>examples.
>
> >>    See
>
> >>      http://www.mozilla.org/projects/tamarin/faq.html
>
> >>Tamarin is a just-in-time compiler for Javascript.
>
> > ...and is not yet released, as far as I can tell; this makes it kind of
> > diffcult to verify any kinds of claims about its speed.
>
>     Tamarind is inside the current implementation of Flash, but it's
> not into Firefox yet, apparently.  The current SpiderMonkey implementation
> is nothing to get excited about in terms of performance.

It was my impression that the "current SpiderMonkey implementation is
nothing to get excited about in terms of performance" which made your
unfavourable comparison to CPython so puzzling (and does the tamarin
website actually show any performance comparisons with CPython?)


>     My point is that there are optimizing hard-code compiler implementations
> of many dynamic languages, including LISP, Self, and Smalltalk, but not Python.

I guess Lisp is a safe-ish example but I don't think Self really made
it out of the lab, and it really depends which Smalltalk
implementation you have in mind and what you think about Pysco.






More information about the Python-list mailing list