How D addresses the problem of Extending and/or Embedding other languages ?
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sun Aug 24 23:44:25 PDT 2014
On 25/08/14 08:18, Brost wrote:
> Is D different in this regard ?
In addition to being ABI compatible with C, D is also compatible with
C++ [1]. D recently got support for C++ templates and namespaces.
Hopefully it will get support for Objective-C as well, in the not too
far away future.
[1] http://dlang.org/cpp_interface.html
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list