Which is the C++ killer?

2 points · 7 comments · view on lemmy.world

7 Comments

dog_eater@lemmy.world · 3 pts · 3y (6 replies)

Zig and Rust, for those who don't recognize them by their logo

sixdix@lemmy.world · 1 pts · 3y (5 replies)

Why do you like zig?

dog_eater@lemmy.world · 1 pts · 3y (4 replies)

Its simple, memory safe, and capable of outperforming other low level languages in benchmark tests.

sixdix@lemmy.world · 0 pts · 3y (3 replies)

Not to start a flame war, but Why not golang?

dog_eater@lemmy.world · 1 pts · 3y (2 replies)

I'm not a leet programmer: I thought that Go was only supposed to supplement C, not C++

sixdix@lemmy.world · 0 pts · 3y (1 reply)

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