D vs Zig

Sergey kornburn at yandex.ru
Sat Dec 6 12:47:54 UTC 2025


On Saturday, 6 December 2025 at 02:06:01 UTC, zjh wrote:
> Rust is now fully interfacing with C++, especially Google. I 
> think for D to develop, it's also crucial to fully interface 
> with C++!

Which project of Rust can interface with C++?
Afaik they are solving this issues with automatic bindgen approach
So they are generating C API automatically and working with this 
API.

D can just steal this C API if it was generated and use it in 
dstep/importC

Btw do you still use D? Or did you switch to Rust?


More information about the Digitalmars-d mailing list