Hacker News new | ask | show | jobs
by zerr 412 days ago
Any plans to implement Swift like C++ interop?
1 comments

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.