Ask Question
25 January, 00:50

Why was automatic garbage collection so slow to be adopted by imperative programming languages?

+2
Answers (1)
  1. 25 January, 03:07
    0
    In general, it's because because it's more complicated to implement

    Since the garbe collection is fairly new, it's harder to bolt on a garbage collector to an existing language because it may cause conflicts that's hard to identified.

    Becuase of this, it is much more easier to build a new language rather than integrating it with the old one.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Why was automatic garbage collection so slow to be adopted by imperative programming languages? ...” in 📙 History if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers