Y
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
steveklabnik
2069 days ago
Right, that was the “you can remove it” part.
link
jibal
2067 days ago
But then strings and most of the stdlib aren't available to you unless you want one big massive memory leak.
link