Ask Question
9 July, 11:35

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

+1
Answers (1)
  1. 9 July, 14:56
    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?
Find an answer to your question ✅ “Why was automatic garbage collection so slow to be adopted by imperative programming languages? ...” in 📘 History if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers