Lack of documentation
Ziglang has literally no documentation. The whole documentation, even some parts of the examples do not work in current versions. Most of the time you have to look into another source or AI tools. Also, most of the functions in the std lib do not even have comment lines.
I'm using ziglang over 1 year as my main programming language. I built some stuff on it. I'm literally try to do everything with ziglang. But i started to get overfrasturated in Ziglang for various reasons. Here's some of them
Just check this error message. I don't have any idea about what is going on.
String handling
Ziglang does not have a built-in string implementation or a library like string.h.
No official package repository
Ziglang does not have an official package repository in it. Even they added some package management stuff in 2023 and that makes the ecosystem grow so slow besides if we compare with rust builtin package repository crates.io
No support for old versions,
In every release they change the features and you have to update everything from scratch in every single release. For example they highly changed std.net stream server 0.12.0 to 0.13.0 for some reason it became worse than before.
