@jarkko I'm a programmer newbie. Zig brings me further then C as Zig is easier for me. I didn't found many broken things tbh, maybe that's because I do fairly basic stuff. But with dvui I was also able to write some GUI.
Useful standard library, data structures, error handling, build system, crossplatform, memory checks. It will be even better for me with the new IO stuff coming up. Then it might replace Go for me.
@jarkko Fair point, but I don't agree with all of it.
Users don't care about error handling, but good error handling, will result in better software for users. Fewer bugs, no segfaults etc. I already rewrote one of my tools I wrote in C (as C n00b) in Zig and it's a better user experience, cause Zig helps me better with memory then C does, which means no segfaults anymore. Crossplatform compilation and binaries. That's a better user experience.