From: Charles Oliver Nutter Date: 2008-06-09T01:39:35+09:00 Subject: Re: Desktop multi-plataform ruby app Victor Reyes wrote: > *Charles*: That's a good feature I see useful. "Java is Java and so the same > GUI will basically work as-is on any *NIX". One thing that worries me > though, the JRuby site states that JRuby supports "almost" all the Ruby > classes. I have Ruby 1.8.6 running in well over 100 production AIX Servers. > If I convert to JRuby and need to ensure that current scripts will still > work under it. Is there any docs stating what's not support in JRuby which > is in Ruby? Continuation support is the only major class intentionally missing. As far as general features go, the other big one is that we don't support C-based extensions, but usually there's a Java library that does just as well. Just about everything else should be there. If it's missing, we want to add it. If it's not working correctly, we want to fix it. - Charlie