Remix.run Logo
zerr 2 months ago

Any plans to implement Swift like C++ interop?

WalterBright 2 months 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.