Just released C3 0.7.5! For those unfamiliar, C3 is a systems programming language that takes a different approach than Zig or Odin in the "better C" space.
(What makes C3 different: Evolutionary, not revolutionary, tries to stay close to C while fixing its pain points. You can learn it quickly if you know C. Compile-time introspection and programming without too much complexity. Modern conveniences (slices, error handling, defer, operator overloading) that compile down to what you'd write by hand. Familiar syntax - No need to relearn everything)
This release adds:
alias io = module std::io
$debug ??? "verbose" : "quiet"