On 7 Jun 2017, 8:56 PM +0800, David Boddie <[email protected]>, wrote: > On Wednesday 7. June 2017, Dima Tisnek wrote: > > > There was Jython (evaluated Python bytecode "in Java" at runtime) and > > now there's VOC (translates Python bytecode to Java bytecode). > > I think VOC is doing source code to Java bytecode now. Russell will correct > one of us, I'm sure. ;-)
Correct - VOC does Python source (from the AST) to Java bytecode. My talk at the recent PyCon goes through the details of how it works. Yours, Russ Magee %-)
_______________________________________________ Mobile-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/mobile-sig
