Hacker News new | ask | show | jobs
by troupo 462 days ago
> The TypeScript compiler relies on garbage collection in multiple places

What? And how? And how would that help in Go which has a completely different garbage collection mechanism?

1 comments

As in: there's no allocation/deallocation code. The code relies on garbage collection to function.