Learning Zig - Stack Memory

from blog openmymind.net, | ↗ original
Pointers Intro Heap Memory & Allocators Stack Memory Diving into pointers provided insight into the relationship between variables, data and memory. So we're getting a sense of what the memory looks like, but we've yet to talk about how data and, by extension, memory is managed. For short lived and simple scripts, this likely doesn't...