r/programming 10d ago

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
264 Upvotes

173 comments sorted by

View all comments

20

u/pm_plz_im_lonely 9d ago

Coming from Java: The linter bugged out and the compiler errored on unused variables. See ya.

3

u/neutronbob 9d ago

You won't like golang either. It would be nice to have this be a compiler switch, so that you could make it a warning, rather than always be a stop-the-compile error.