From: Charles Oliver Nutter Date: 2009-03-06T09:09:37+09:00 Subject: Re: JRuby on Java ME Bill Kelly wrote: > This idea of a stripped-down JRuby running precompiled Ruby code, > still able to access Java APIs sounds ideal for applets. > > Do you think it would be a lot of work to target one of these "mini rubys" > for applets? Yes, and I have applets firmly in mind as I start thinking about modularizing/stripping/shrinking JRuby. Applets are a little less restrictive than either JavaME or Android, since we'll have a "full" Java impl, but we still need to make things more modular and make it easier to ship only what you need. I suspect the same logic will apply equally to applet and Android deployments (jruby-cdc is a separate fork for JavaME that will live a life of its own). - Charlie