Nim is in the GC category (and its documentation says you should use a refcounting GC rather than turning it off). Zig does not use GC.
Memory management is one of the more important aspects of systems programming so it is useful to be clear about what is the main strategy used by each language.
Memory management is one of the more important aspects of systems programming so it is useful to be clear about what is the main strategy used by each language.