On Mon, 2013-05-20 at 13:40 -0700, Dan Stromberg wrote: > > > I've got a lot of specifics filled in now (at > http://stromberg.dnsalias.org/~strombrg/pybrowser/python-browser.html), but > it's not complete. > > If someone more familiar with Pyjs could look it over and comment on > inaccuracies and omissions once more, that'd be great. > > I'm still open to adding new rows (implementations) and columns > (attributes of implementations). > > Thanks!
Actual development of the translator (which I sometimes erroneously call 'compiler') is low, but the current state of python2 implementation is very close to the real thing. There's not much else to do than handle bug fixes when they're reported. Some extra info for your columns: * HTML5 is accessible, See http://www.allbuttonspressed.com/blog/django/2010/11/Offline-HTML5-canvas-app-in-Python-with-django-mediagenerator-Part-2-Drawing * No interactive console available * Source mapping is possible. Depends on translator options and is enabled with --enable-strict (which enables quite a lot specific options). With the correct options set, the traceback is often (not always) close to the normal cpython traceback. For a good comparison, one would like to have a list of implemented python features, and the execution speed. However, that's a hell of a job. Maybe you can create a few (say four) example python scripts with different loads of features and report whether they run and at what speed. -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
