Hacker News new | ask | show | jobs
by pjmlp 31 days ago
In general, it depends on which features a language runtime needs from a GC, for example, currently the WASM GC proposal is unusable for languages that need internal pointers, thus languages like C# keep shipping their own.