Hacker News new | ask | show | jobs
by scoutt 1090 days ago
In C, declaration != heap allocation. And this is a very important detail because implementing something like "deallocation when the scope is exited" adds complexity to the language; more things and more rules you now have to remember.