Hi Lenard,

On Fri, Aug 11, 2006 at 06:50:31PM -0700, Lenard Lindstrom wrote:
> Maybe javascript can compile to Python byte code.

No, that wouldn't work.  The two language's object models are different,
as is always the case between dynamic languages, so you cannot just map
the syntax of one to the bytecode of the other.


Armin
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to