Comment by zerr Comment by zerr 3 months ago 1 reply Copy Link View on Hacker News Any plans to implement Swift like C++ interop?
Copy Link WalterBright 3 months ago Collapse Comment - 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. Reply View | 0 replies
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.