|| Date: Wed, 20 Mar 96 13:05:19 EST
|| From: David Chase <chase@centerline.com>
||
|| Q: What languages include/require/provide-by-default garbage collection?
The Macintosh operating system (MacOS) does garbage collection internally.
>From what I am told, applications register their roots in an object table.
The system does reference counting.
Marc