Hacker News new | ask | show | jobs
by ben-schaaf 2685 days ago
What's not solved with manual memory management? The point is not that you can't solve it, the point is that reference counting isn't the whole solution for garbage collection unlike a tracing gc for instance.
1 comments

Weak reference counting is still reference counting.