← Back to context Comment by Ygg2 1 day ago I mean, Zig does have non-null pointers. It prevents some UB. Just not all. 1 comment Ygg2 Reply pjmlp 1 day ago Which you can achieve in C and C++ with static analysis rules, breaking compilation if pointers aren't checked for nullptr/NULL before use.Zig would have been a nice proposition in the 20th century, alongside languages like Modula-2 and Object Pascal.
pjmlp 1 day ago Which you can achieve in C and C++ with static analysis rules, breaking compilation if pointers aren't checked for nullptr/NULL before use.Zig would have been a nice proposition in the 20th century, alongside languages like Modula-2 and Object Pascal.
Which you can achieve in C and C++ with static analysis rules, breaking compilation if pointers aren't checked for nullptr/NULL before use.
Zig would have been a nice proposition in the 20th century, alongside languages like Modula-2 and Object Pascal.