On Thursday, 27 September 2012 19:07:57 UTC+1, jb wrote: > Ross Bamford schrieb: > > You'll find the project at http://deelang.googlecode.com/ . To get the > > native compiler, you'll need to check the DEXCOMPILER branch out of > > subversion (a file release is planned soon, but not yet). > > Does it take a detour over Java bytecode? If yes, > is this bytecode also executable on non Android > platforms? If yes, already done some double deployment > (modulo having a GUI/console)? > > No, it goes directly to Dex. The original interpreter runs on any Java platform (Deelang was originally intended as a generic scripting language for embedded devices) but the compiler is strictly Dalvik. It wouldn't be difficult to transform the Dee VM bytecode to Java bytecode (they're both stack machines so the biggest challenge would be the static linking) but there are no plans for this at the moment.
Regards, Ross -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

