Hacker News new | ask | show | jobs
by k__ 1384 days ago
Why not Go or Nim?
1 comments

Because Garbage Collection is basically a garbage feature that should be, at the very least, optional.
It is optional in nim
Yeah, when people hear GC, they often get oddly dismissive. However, various languages have optional memory management, so have to look at the situation carefully.