Hacker News new | ask | show | jobs
by __loam 32 days ago
Zig does in fact do some stuff to address memory management like making allocations more explicit using allocators and shipping with arenas.
1 comments

C also has only explicit memory allocators...