Comments by "Zer0" (@ForeverZer0) on "Zig in 100 Seconds" video.
-
54
-
@alvarohigino I don't know, I personally cannot name any remotely popular language that has grown near as slow. C17 didn't add any language features. C11 was pretty much just threads. After that we have to go back to C99, which was probably the biggest change in recent history, with revolutionary concepts like stdint.h, booleans, and inline comments. If memory serves it also added variodic/inline functions at that point, which is a rather large change for a language like C, though would only bump a minor revision in any other.
Before that was the Lord's version: Holy C89, so that is over 3 decades where I can list 90% of the of "bloat" in a brief YT comment from memory.
Tooling has increased by leaps and bounds, but that isn't the language, so not really a fair metric.
10