Linked by Thom Holwerda on Mon 30th Apr 2012 19:17 UTC, submitted by bowkota
Thread beginning with comment 516522
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Go ahead and patent the language
by Bill Shooter of Bul on Tue 1st May 2012 16:46
in reply to "RE[2]: Go ahead and patent the language"
No Jython won't work, as its not a real Java virtual machine running java bytecode. The language starts off Java like, but is compiled into Dalvik byte code, which is different and not compatible with JVM bytecode.
You can use Python with some severe limitations with the Android Scripting engine.
http://code.google.com/p/android-scripting/
Its slow, crash prone, and not documented very well. But other than that its pretty cool.
Edited 2012-05-01 16:46 UTC




Member since:
2010-08-26
could you not now ? use Jython, maybe!!