|
|
|
|
|
by petabytes
1012 days ago
|
|
I tried to compile a hello world template for Zig a few months ago. Pulled it from GitHub, zig build and it gave an error.
The problem? They recently redesigned a major part of the build system and deprecated old functions. No deprecated message, and no backwards compatibility. Just a plain old undefined function error. That's what I don't like about these modern languages. You have to be in the community and keep up with the latest releases in order to use the language. I just want something that's stable. I don't want to keep relearning everything. |
|