Earlier quoted context omitted.
> No GC How does that improve upon Go? Memory safety is much harder without a GC
Isn't it usually game programmers who advise against GC because you can't predict when it will run and the performance impact it will have.
There are reasons not to use a Garbage Collector but 99% of the time they are absolutely fine if you understand what your particular GC does and does not do