←back to thread

228 points Retro_Dev | 3 comments | | HN request time: 0s | source
Show context
brabel ◴[] No.44461708[source]
I like Zig but it seems to just keep redesigning itself, while other languages like Odin “shipped” long ago and don’t seem to need to look back. Is Zig suffering from perfectionism syndrome where things are never good enough??
replies(7): >>44461733 #>>44461743 #>>44461761 #>>44461828 #>>44461832 #>>44461929 #>>44470782 #
silisili ◴[] No.44461733[source]
That's kinda my experience with watching Zig. It went from 'look how simple this is' to 'look at this new feature syntax' long ago.

People used to compare it as simpler than Rust. I don't agree that it's simple anymore at all.

None of this is meant to be badmouthing or insulting. I'm a polyglot but love simple languages and syntaxes, so I tend to overly notice such things.

replies(3): >>44461986 #>>44463325 #>>44463821 #
1. raincole ◴[] No.44463325[source]
Rust will be (already became?) as complex as C++, if not more. Zig will be as complex as early rust. It's like a force of nature.
replies(1): >>44464910 #
2. tialaramex ◴[] No.44464910[source]
How do you figure Rust is "as complex as C++" ?
replies(1): >>44472271 #
3. pjmlp ◴[] No.44472271[source]
I guess, two macro systems, ML type system, affine types, crates using nightly features, having a hard time keeping up with every six weeks feature drops.