On 1/3/2011 11:13 PM, azakai wrote:
On Jan 3, 10:11 pm, John Nagle<na...@animats.com>  wrote:
On 1/1/2011 11:26 PM, azakai wrote:

Hello, I hope this will be interesting to people here: CPython running
on the web,

http://syntensity.com/static/python.html

That isn't a new implementation of Python, but rather CPython 2.7.1,
compiled from C to JavaScript using Emscripten and LLVM. For more
details on the conversion process, seehttp://emscripten.org

     It's a cute hack, but it's about 1000 times slower than CPython.


Yes, as I said, "the code isn't optimized (so
don't expect good performance)" :)

It can get much faster with more work.

    Yea, right.

    You're three deep in interpreters.  Performance is going
to suck.

                                        John Nagle

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

Reply via email to