Y
Hacker News
new
|
ask
|
show
|
jobs
by
isaachier
2802 days ago
I usually agree, but at least Zig has something new to bring to the table (allocation safety).
1 comments
pjmlp
2802 days ago
Programming languages has been one of my major subjects at the university and I don't see anything new in Zig regarding memory allocation.
link
AndyKelley
2802 days ago
The only thing that's new is the convention to actually handle out of memory correctly, and the convention to accept an allocator as a parameter rather than using a global allocator.
link
pjmlp
2801 days ago
Yep, nothing new unless one only knows C.
link