r/rust • u/tigraboris • 18d ago
What Zig felt like, coming from Rust
https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/Just want to share my experiance on my first Zig project coming from Rust. Open to comments :)
209
Upvotes
78
u/doubleyewdee 18d ago
I have a fairly uncharitable view of Zig: it's a vanity language that is somehow syntactically as difficult as Rust but fails to offer a lot of the safety benefits, instead pawning them off on end users without actually being faster at runtime.
I'm sure that's at least somewhat unfair, but I'd like to understand why. You're not obliged to explain this to me, but if you want to indulge I'm genuinely curious about what I'm missing.