Hacker News new | ask | show | jobs
by pphysch 1010 days ago
> The problem with garbage collection is that it doesn't work for other kinds of resources than memory

Why is that a "problem with GC"?

Abstracting away >90% of resource management (i.e. local memory) is a significant benefit.

It's like saying the "problem with timesharing OS" is that it doesn't address 100% of concurrency/parallelism needs.

1 comments

I think a charitable reading would be that by "problem" they meant "limitation".