Re: [jruby-dev] JRuby IRB on Android: working!

2009-08-04 Thread Uwe Kubosch
On Sun, 2009-08-02 at 00:23 -0500, Charles Oliver Nutter wrote: > Ability to run 100% precompiled with no runtime code generation > Strip out parser, interpreter, compiler, and bytecode-generation bits > to shrink the jar > Tidy up the AOT compiler and wire it into the app build process > Generate

[jruby-dev] JRuby IRB on Android: working!

2009-08-01 Thread Charles Oliver Nutter
Hey, I got an "IRB" working on Android tonight. It was pretty easy. The details are on my blog post: http://blog.headius.com/2009/08/return-of-ruboto.html This is still just running in interpreted mode, but it's a second demonstration that JRuby can run well on the phone. The additional goals I o