c/computers · by dog_eater@lemmy.world · 3yWhich is the C++ killer? 2 points · 7 comments · view on lemmy.world
7 Comments
dog_eater@lemmy.world · 3 pts · 3y
Zig and Rust, for those who don't recognize them by their logo
sixdix@lemmy.world · 1 pts · 3y
Why do you like zig?
dog_eater@lemmy.world · 1 pts · 3y
Its simple, memory safe, and capable of outperforming other low level languages in benchmark tests.
sixdix@lemmy.world · 0 pts · 3y
Not to start a flame war, but Why not golang?
dog_eater@lemmy.world · 1 pts · 3y
I'm not a leet programmer: I thought that Go was only supposed to supplement C, not C++
sixdix@lemmy.world · 0 pts · 3y
go is garbage collected. It can't do what c can. It's simple like c but is not a good replacement for c. golang typically takes things java and python usually do. I think zig has a garbage collector too.
dog_eater@lemmy.world · 1 pts · 3y
Ah, I did not know