http://www.caichoi.com/mediawiki/index.php?title=Porting_tinypy_to_Android_Project
- Write a native tinypy interpreter that
- reads in Python script from stdin
- prints execution results to stdout
- Create the tinypy process in Android Java application by calling Runtime.exec()
- Communicate with the native process on its I/O stream.