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

Meanwhile, people still manage to write memory leaks in garbage collected languages specifically designed to not leak memory.



GC is not about preventing memory leaks, it's there to make managing memory easier not automatic. One of it's biggest advantages is the ability to deal with memory fragmentation which is ridiculously hard to do well in C++ style languages.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: