On Thu, Nov 26, 2020 at 2:15 PM Jacob Carlborg via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Thursday, 26 November 2020 at 13:01:28 UTC, Dukc wrote:

> This could also be the killer feature for D, as Atila has said.
> While one can't yet automatically generate D headers for an
> arbitrary CPP codebase, I don't think that either Rust or Go
> are as far in C++ interop as D currently is.

Swift is going for C++ interoperability as well [1]. I assume
they're going to do it the same way as the C interoperability, by
using the Clang compiler.

[1]
https://github.com/apple/swift/blob/main/docs/CppInteroperabilityManifesto.md

https://wiki.dlang.org/Calypso