Hacker News new | past | comments | ask | show | jobs | submit login

Problems of C:

- memory safety

- concurrency

How Zig addresses them:

- it doesn't.




Zig has async and await and is safe from buffer overflows and related memory issues. What it indeed doesn't solve is memory safety with time (so use after free and leaks), though this is somewhat ameliorated by the encouraged programming style.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: