Anyone have tried develop android app using ruby?
If one want to try it which tool you recommend?
advantage, disadvantage between both?
Any experience sharing,insight,etc will be much appreciated.

link|improve this question

70% accept rate
feedback

2 Answers

Disclamer: I haven't used this project at all. Having said that:

The Mirah programming language's syntax is based heavily on Ruby and it compiles to Java byte code which you could then run through the dx android tool.

Another option to consider would be JRuby. JRuby is a fairly mature implementation of Ruby which, I believe, supports ahead of time compilation.

link|improve this answer
feedback

Rhodes uses compiled Ruby 1.9 bytecode at run time, and does not use the Dalvik JVM at all (it's written in C++ with the NDK). Hence, it is much faster than Ruboto.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.