|
|
|
|
|
by amenghra
3345 days ago
|
|
Languages that bind you to a garbage collector aren't always well suited for "systems programming". You might not want to pay the memory or latency cost. It's not always clear cut though. I think Go is a great language for writing system tools, and yet it has a gc. |
|