Hacker News new | ask | show | jobs
by lenkite 1218 days ago
> The garbage collection is an optional feature you can disable though

Not if you wish to use the standard library though right ?

1 comments

Some of it is nogc compatible, some of it isn't

All functions in the stdlib that are nogc are marked "nogc" in their definition