|
|
|
|
|
by Arelius
5145 days ago
|
|
The problem, is that at the end of the day, some code somewhere is going to have to deal with resource allocation. Generally speaking with all the other fluff aside, an operating system, fundamentally manages and multiplexes resources. It's naive to think that resource management would be best done in a language with automatic GC. Somebody I don't doubt that C is not the systems programming language of the future. But it's not going to be done in a system that's based around automatic GC either. |
|