From: Joel VanderWerf Date: 2010-07-17T12:41:36+09:00 Subject: Re: client-side Ruby on iPad/iPhone? Jeff Pritchard wrote: > I've seen jRuby and IronRuby, and really want to use them since i really > really hate javascript and since so much of a modern web app winds up on > the client side…but none of the client-side ruby solutions I've found > will work on mobile devices. > > Are there any? (even something that is much less complete or > performant?) have you seen rhomobile / rhodes? You can't load scripts at run time, IIRC, but otherwise it's a ruby interpreter.