Hacker News new | ask | show | jobs
by nonsince 3355 days ago
Automatic memory management is an improvement. I prefer region-based memory management to GC but a GC is a godsend in, for example, dynamic languages where you don't want any restrictions, or functional programming where you're pretending to program for a machine with infinite memory.
1 comments

It is certainly not an improvement for a systems language