Remix.run Logo
astrange 3 days ago

> in fact I don't really get the GC hate outside of game dev

Most mobile games are implemented in a system with GC (Unity with il2cpp), and it's not even a /good/ GC, it's Boehm.

pjmlp 2 days ago | parent [-]

And if not, they are probably written in a mix of Koltin/Java/NDK, or Objective-C/Swift with ARC (chapter 5, https://gchandbook.org/contents.html).