Hacker News new | ask | show | jobs
by disruptek 2069 days ago
Nim doesn't require that you use a gc; one of its many gc options is `none`, which is, as it sounds, no garbage collector at all.
2 comments

Right, that was the “you can remove it” part.
But then strings and most of the stdlib aren't available to you unless you want one big massive memory leak.