How D addresses the problem of Extending and/or Embedding other languages ?
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Mon Aug 25 23:44:51 PDT 2014
On 25/08/14 22:34, "Marc Schütz" <schuetzm at gmx.net>" 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
More information about the Digitalmars-d
mailing list