Hacker News new | ask | show | jobs
by flohofwoe 337 days ago
Zig has specifically a std.debug.print() function for debug printing and a std.log module for logging. Those don't necessarily need to be wired up with the whole stdio machinery.