|
|
|
|
|
by xedrac
417 days ago
|
|
I like Zig as a replacement for C, but not C++ due to its lack of RAII. Rust on the other hand is a great replacement for C++. I see Zig as filling a small niche where allocation failures are paramount - very constrained embedded devices, etc... Otherwise, I think you just get a lot more with Rust. |
|
It’s totally subjective but I find the language boring to use. For side projects I like having fun thus I picked zig.
To each his own of course.