@mr_rowboto @shalokshalom Missed a whole lot of conversation But the last point I want to make about zig memory management and safety is that `Explicitness` is how Zig solves memory issues Its still up to the programmer to deal with the memory, but zig forces you to be explicit about it Being aware of something makes you 100x more likely to find out (or debug) a memory issue And still respects the "no abstractions" and "no compiler magic" mindset of C and simple/minimal langs ✍️ This does not stop a sht programmer to make sht mistakes, but it exposes the mistakes to happen on plain sight That's all I wanted to add. Ty for reading my wall of text 🙂