Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 136 words in the discussion.

Trending Topics

#zig#language#cool#reading#languages#love#everything#except#itself#governance

Discussion (3 Comments)Read Original on HackerNews

laszlojamf35 minutes ago
I really love everything about zig except the language itself. The governance, the culture, all of it seem really cool, but reading https://ziglang.org/learn/why_zig_rust_d_cpp/ I still don't get _why_ I would use it. To an untrained eye, it seems like go, but with manual allocation. Or an imperative-only rust. Like it has some features of all the languages it competes with, but not the ones that would make me reach for them. What do people use zig for, and why zig and not one of the others?
Cloudef25 minutes ago
Try reading zig code. For me its much more readable than the other languages, and does not suffer the fact go doesnt have language level errors. Local allocators are very useful and if you dont think so, perhaps you havent dwelved too deeply into systems programming or the language isnt targeted for you.
Gerharddcabout 1 hour ago
Really cool to see work progressing on this! It would be awesome to one day be able to use Zig for serious shader work