Home > Computers > Programming > Languages > Garbage Collected
This category holds links to programming languages and systems that support garbage collection (GC or gc), also called automatic or automated memory management or storage reclamation. This frees programmers from having to manually allocate and deallocate memory for various reasons (e.g., dynamic objects), aids programming productivity, and reduces errors. Almost all interpreted languages are garbage collected, use GC. On this page, languages are arranged in three groups and levels: 1) Top group: types or classes of language where all instances of such languages have GC. 2) Middle group: types or classes of language where many instances of such languages have GC. 3) Bottom group: specific languages.
http://c2.com/cgi/wiki?GarbageCollection
Wiki page, with pros, cons, comments, links, at Cunningham and Cunningham, Inc.
http://en.wikipedia.org/wiki/Memory_management
Growing article, with links to many related topics. [Wikipedia]
http://www.ipipan.gda.pl/~marek/objects/faq/oo-faq-S-3.12.html
Definition and answer with references, from Object-Orientation FAQ.
http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)
Online encyclopedia article.
Home > Computers > Programming > Languages > Garbage Collected
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us