Hacker News new | ask | show | jobs
by gpderetta 1088 days ago
I assume that zig requires the programmer to also manually allocate and free stack frames? And it eschews functions as they can hide allocations and control flows?
1 comments

I would assume "allocation primitives" is referring to the heap.