Russell Jones wrote:
Well, there is jython <http://www.jython.org/>. It's a version of Python that runs under the JVM with, roughly, Python 2.5 syntax.
Unfortunately it appears that Android uses a different Java VM bytecode from everyone else, and Jython would have to be reworked to generate code for it. There was a Google Code project along those lines, but it's now marked as dead: http://code.google.com/p/jythonroid/ -- Greg
