Remix.run Logo
zerr a year ago

Any plans to implement Swift like C++ interop?

WalterBright a year ago | parent [-]

D can do C++ interop when the C++ code is "C with classes" style. Some templates are supported. But then things get so complicated with C++ that it's impractical to go further.