(no title)
wrcwill | 2 months ago
i understand zig as a better C, but in what world is another memory unsafe language a good idea?
i mean i kinda get if the thing you are writing would require LOTS of unsafe, then zig provides better ergonomics
however most programs can definitely be written without unsafe and in that case i dont get why wed do this to ourselves in 2025
why not take advantage of memory safe, and data race safety?
whatshisface|2 months ago
dnautics|2 months ago
allknowingfrog|2 months ago
unknown|2 months ago
[deleted]
CamouflagedKiwi|2 months ago
Conceptually C and C++ are also in that potential solution space, but I'm sure they feel that Zig's properties are superior for what they want.