|
|
|
|
|
by deng
120 days ago
|
|
> Many of us believe on automatic memory management for systems programming The problem is the term "systems programming". For some, it's kernels and device drivers. For some, it's embedded real-time systems. For some, it's databases, game engines, compilers, language run-times, whatever. There is no GC that could possibly handle all these use-cases. |
|
Right now, you'd have to switch languages.
But in a Great Language you'd just have to refactor some code.