Open Directory Project In Partnership with AOL Search  
home | feedback

Top: Computers: Programming: Languages: Garbage_Collected

This category holds links to programming languages and systems that support garbage collection (GC, gc), also called automatic or automated memory management or storage reclamation.
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.


Object-Oriented

This category points to directory categories for programming languages that are garbage collected and object-oriented.

Procedural

This category points to directory categories for programming languages that are garbage collected and procedural.

    Copyright © 1998-2003 Netscape