New competitor to D

ryuukk_ ryuukk.dev at gmail.com
Tue Jul 19 17:21:42 UTC 2022


C++ needs a replacement, that is for sure

But this one replicates one of its issues: needing forward 
declaration

This is enough to turn me off personally

D is one of the few to have done modules right

Zig is a close 2nd since it did it in a more pragmatic way 
(everything is a struct, and it only compiles what you use, not 
what you import)

I think it is enough to compete with C++, but not enough to 
compete with other languages including D imo


More information about the Digitalmars-d mailing list