Hacker News new | ask | show | jobs
by rubiquity 4006 days ago
How long before someone releases another language "to fix all the dangerous parts of C" -- but the twist is that this language is just C but it forces you into a `git add --patch`-style menu that makes you double check all your usage of malloc and free every time you compile?
1 comments

bugs in C are often a lot less obvious then just malloc and free usage.