|
|
|
|
|
by RussianCow
1386 days ago
|
|
Realistically, you probably shouldn't. Zig seems to be positioning itself as a systems-level languageāmore of an alternative to C/C++/Rust than to Python/Go. If you're building low-level, high-performance software, it might be interesting to you; otherwise, I don't see a practical benefit. |
|
I wouldn't put those two languages in the same class. Go has about the performance of Java/C# with about the memory usage of C++. It's much closer in performance and resource efficiency to those languages than it is from a scripting language like Python.