GC is useful

Without GC, a language can not have reactive signals (like in SolidJS, oby, or trkl).

I tried porting trkl to Zig. Having no closure and no GC makes it painful to port. I think it is impossible to port it while maintaining a nice API.