|
|
|
|
|
by pron
381 days ago
|
|
C also creates a distinction between compile-time and run-time, which is more arcane and complicated than that of Zig's, and your code uses it, too: macros (and other pre-processor programming). And there are other distinctions that are more subtle, such as whether the source of a target function is available to the caller's compilation unit or not, static or not etc.. C only seems cleaner and simpler if you already know it well. |
|