You must log in or register to comment.
Zig and Rust, for those who don’t recognize them by their logo
Why do you like zig?
Its simple, memory safe, and capable of outperforming other low level languages in benchmark tests.
Not to start a flame war, but Why not golang?
I’m not a leet programmer: I thought that Go was only supposed to supplement C, not C++
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.
Ah, I did not know