In an earlier message, I mentioned the C/C++ dependencies of CPython libraries.
Well, a lot of buzz has started up over the GPhone, and the Android SDK:
http://code.google.com/android/The SDK apparently is Java based. So I wondered: could a port of Jython be made to the Android SDK?
Note that the JVM is not actually a Java byte code VM but the Dalvik virtual machine, Google's VM which may eventually work for languages other than Java.
BTW: A Jython port may actually be worth money! There's a "challenge" going on shortly that could be a good incentive for such a port:
http://code.google.com/android/adc.html -- Owen