Cdefer A Next-Generation Memory-Safe Preprocessor for C & C++.
Bringing modern memory safety and zero-configuration builds to classic C & C++.
#C and C++ preprocessor for modern memory safety
7 messages · Page 1 of 1 (latest)
Calling Go out here is weird because it doesn't have manual control of pointers or allocations to where memory safety would be a problem
Zig is also weird because it has exactly the same issues as C in terms of safety. The language just doesn't make it as aggressively easy to do stupid mistakes, but forgetting things and using things incorrectly is still very possible
