Top
Best
New

Posted by signa11 4/15/2025

An Introduction to Modern CMake(cliutils.gitlab.io)
87 points | 58 commentspage 2
jedisct1 4/15/2025|
I'm switching all my C projects over to the Zig toolchain, and honestly, I'm not looking back.
david2ndaccount 4/15/2025||
You’re switching to the build system of a different, pre 1.0 programming language that has frequent breaking changes?
bitwize 4/15/2025||
Zig has a built-in C compiler, arguably one of the just-worksiest C compilers out there.
unclad5968 4/15/2025||
The Zig build system is basically cmake except worse but in Zig.
fithisux 4/16/2025||
It is a noble attempt

But they should support more native languages

D Odin Rust Nim C3 Freebasic Freepascal

ingen0s 4/15/2025|
yeah CMake has been good to me past few years.