logoalt Hacker News

jjmarryesterday at 11:57 PM1 replyview on HN

I haven't used it.

That being said, while it looks better than CMake, for anything professional I need remote execution support to deviate from the industry standard. Zig doesn't have that.

This is because large C++ projects reach a point where they cannot be compiled locally if they use the full language. e.g. Multi-hour Chromium builds.


Replies

sgttoday at 7:14 AM

Surely Zig can also be invoked using any CI/CD flow running on a remote machine too.