← Back to context

Comment by jandrese

18 hours ago

Modern C is barely any different than older C. The language committee for C is extremely conservative, changes tend to happen only around the edges.

Except for C99 which added designated init and compound literals. With those it almost feels like a new language compared to C89 (and the C99 designated init feature is so well thought out that it still beats most similar initialization patterns in more recent languages, including C++, Rust and Zig - only Odin seems to "get it").