Computer Science, asked by aalianasir10311, 1 year ago

What was the first programming language to impement garabage collection?

Answers

Answered by itzBrainlyBoy
0

Answer:

Lisp is especially notable as both the first functional programming language and the first language to introduce garbage collection. Other dynamic languages, such as Ruby and Julia (but not Perl 5 or PHP before version 5.3, which both use reference counting), JavaScript and ECMAScript also tend to use GC.

Answered by Anonymous
0

Answer:

Lisp is especially notable as both the first functional programming language and the first language to introduce garbage collection. Other dynamic languages, such as Ruby and Julia (but not Perl 5 or PHP before version 5.3, which both use reference counting), JavaScript and ECMAScript also tend to use GC.

Similar questions