Hacker News new | ask | show | jobs
by zarzavat 692 days ago
IME the utility of GC is not for structs but for closures. It’s very easy to cause cycles when freely using closures in non-GC languages.