|
|
|
|
|
by 90s_dev
353 days ago
|
|
I don't mind breaking changes if I can fix them within a day. What bothers me with C/C++ is how difficult it is to cross compile a simple Windows + SDL app from inside WSL without MSVC installed. I've spent weeks on this. If Zig saves me from that nightmare, and still lets me use C++ libraries, I will gladly switch over to it. |
|
...you don't even need to port anything in your C/C++ project to Zig, just integrate `zig cc` as C/C++ compiler into your existing build system, or port your build system files to build.zig.