« Return to Thread: Anyone got the groovy running on Android?

Re: Anyone got the groovy running on Android?

by Charles Oliver Nutter-2 :: Rate this Message:

Reply to Author | View in Thread

tugwilson wrote:
> I believe JRuby is able to directly execute the AST for a class rather than
> having to compile it to bytecodes first. It may be that it would be easier
> to get JRuby to run on Android than Groovy at the moment (Scala has been
> reported as running OK)

Yes, JRuby's interpreted mode would probably run just fine. The trick
then is just to be able to remove the rest of the code that won't build
properly for Android.

JRuby's compiled mode would probably also work fine if code were
precompiled.

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Anyone got the groovy running on Android?