Y
Hacker News
new
|
ask
|
show
|
jobs
by
k__
1384 days ago
Why not Go or Nim?
1 comments
stephc_int13
1384 days ago
Because Garbage Collection is basically a garbage feature that should be, at the very least, optional.
link
adamdusty
1384 days ago
It is optional in nim
link
Tozen
1384 days ago
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.
link