Here's something that may prove eventually to have some interesting implications and useful application to increasing DroidScript functionality...
"JavaPoly.js is a library that polyfills native JVM support in the browser.
It allows you to import your existing Java code, and invoke the code directly from Javascript.
"JavaPoly works even if the user does not have Java installed on their computer. It finally allows Java to become a first class citizen by running directly in the browser's script tags (and interacting directly with the DOM), instead of being confined to an applet sandbox."
Paul
... is for JavaScript, for raw Java then to the DroidScript "engine" etc... still trying to get my mind thinking clearly through all that :-)
Paul