-
-
Notifications
You must be signed in to change notification settings - Fork 4
zig
pannous edited this page Sep 19, 2021
·
2 revisions
https://github.com/pannous/cheats/blob/master/cheats.zig
Rust is mainly a C++ replacement, while Zig is mainly a C replacement.
Unlike many other current languages doesn't follow the misguided async path but gets it right like go
almost self hosting: https://github.com/ziglang/zig/issues/89
To give up LLVM/clang and code our own code generator in zig would be giving up state-of-the-art optimizations and a very active community of people working on it.