On 25/08/14 22:34, "Marc Schütz" <[email protected]>" wrote:
Take Ruby as an example: Ruby is a scripting language that cannot be compiled to native code (though it can be JITted).
Both MacRuby [1] and RubyMotion [2] supports ahead of time compilation. I'm pretty sure Apple doesn't allow anything else than compiled languages on iOS. Except for HTML and JavaScript.
[1] http://macruby.org/ [2] http://www.rubymotion.com/ -- /Jacob Carlborg
