From: John Slobbe Date: 2009-06-10T00:16:38+09:00 Subject: Ruby in Android - Android Scripting Environment Some news I came across, check out: http://google-opensource.blogspot.com/2009/06/introducing-android-scripting.html

John.

---

The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to:


Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Lua and BeanShell are currently supported, and we're planning to add Ruby and JavaScript support, as well.