Hacker News new | ask | show | jobs
by megapoliss 1887 days ago
It's pretty funny, when people are looking for "better c", but "forget" to look at D lang Especially, when they don't care whether language has GC or not
1 comments

So I looked it up and found maybe C is a proxy for embedded:

   https://wiki.dlang.org/Why_program_in_D#Embedded_Developers
Embedded D became possible in a later stage of D development. It never got traction, and still isn't recommended :/

Zig has cross-compilation almost from the beginning, a huge win for embedded, and setting a standard. Also having the build system integrated in the language solves many problems typical for the embedded space. If Zig continues to have a focus on embedded, it may well preempt Rust in that space.