On 2015-05-29 16:03, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= <ola.fosheim.grostad+dl...@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

Reply via email to