I have a python app running fine on Windows, Linux and Mac which I would like to port to multiple mobile platforms such as Blackberry, Windows Mobile, Palm, Android and iPhone.
I have couple of ideas:
- port app to platform supporting some kind of Python like Android and Windows Mobile
- port app to Java to target most platforms right away
What would you recommend ?
Jython is out of the question, so either go with supported phones (Windows Mobile, Android, Nokia S60), or rewrite in J2ME.