On Wed May 3 20:01:18 EDT 2017, Russell Keith-Magee wrote: > Yes, I’m presenting about the internals of VOC (which is how I’ve got > Python running on Android). I’m also giving a tutorial on cross-platform > app development (sold out, unfortunately for anyone hoping to join in), and > hosting a booth on the conference floor. BeeWare contributor Katie > McLaughlin is also presenting BeeWare-related content.
Good luck with those! Related to the topic of transpilers, I found one project from the late 1990s that converted Java bytecode to instructions for use on the Dis virtual machine: http://doc.cat-v.org/inferno/java_on_dis/ It's interesting that Android ended up using a similar approach around a decade later. David _______________________________________________ Mobile-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/mobile-sig
