Alex Martelli wrote:
> John Nagle <[EMAIL PROTECTED]> wrote:
> 
> 
>>[EMAIL PROTECTED] wrote:
>>
>>>On Apr 27, 9:07 am, John Nagle <[EMAIL PROTECTED]> 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.

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

                                John Nagle
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to