Comment Re:Zig (Score 1) 52
It's been around for quite a while. It's seems to be a replacement for C and C++. Some see it as an alternative to Rust, but it doesn't have the same safety features. I would love to find a language that's a replacement for C++ that can be used to migrated existing code bases to, but none of them are, really. That's partly C++'s fault. It's very hard to interoperate with C++ code and libraries from other languages, without layers of wrappers (PySide comes to mind for Qt). Even interop between different C++ compilers is difficult. So for now I stick with C++.