> >> As far as I know pyjamas does not translate a subset of python, > > correct. we're going for as much of python2.N as we have time for, > with a view to (eventually) making pyjs a JIT python accelerator > (using V8 as the JIT engine) - just like psyco and unladen/swallow. > >
Please. It's completely not like psyco in a sense that you don't support full python. It's super easy to provide 95% of python in a reasonable speed, just the last 5% gets tricky. It's not like you're going to support as much of python2.N as you have time for. You're supporting some intersection between python, js and something else. And that's exactly the reason why JS backend is abandonded. We found out it's impossible to provide a reasonable subset of python under JS, still being a subset and not being something which has a common intersection. Cheers, fijal _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
