Hacker News new | ask | show | jobs
by TUSF 1110 days ago
Zig's C/C++ compiler is just clang, but with header files for most major platforms included, and sane defaults, so there's no hassle getting it it to cross-compile. Some companies have been using Zig solely for an easier to use clang.
1 comments

Ah I see, thanks for your answer!