Why aren't you using D at work?
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Sat May 30 03:25:18 PDT 2015
On 2015-05-29 16:03, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?=
<ola.fosheim.grostad+dlang at gmail.com>" wrote:
> But interoperability matters more. Like, I am likely to use Swift for
> ios/osx GUI, but need a companion language for the core application
> engine. C++ is most likely today. If Rust or D makes integration with
> Swift easy then I would consider a switch.
For Swift interfacing with C++ you would need a C or Objective-C layer.
With the Objective-C support in D (if it will ever be merged) you could
have a more direct interface, but it would be limited to the Objective-C
subset.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list