Android Scripting Environment
Write scripts for Android on the fly with bean shell, python or lua using Android Scripting Environment (ASE).
Install ASE on android.
Install TTS on android.
Write 3 lines of lua for an “app” that can speak whatever crazy explicatives you desire.
require android
name = android.getInput("Enter text to speak","")
android.speak(name.result)

ASE is well suited for playing with Lua or Python on your commute home.
Any functionality native to the phone that isn’t already exposed in the API can be exposed by recompiling the app, which requires that you compile the android os too.
