From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: D De Villiers <~ddevilliers99@lando.co.za> Message-ID: <9vdbj1$ehk$2@ctb-nnrp1.saix.net> References: <20011213190251.3117F199BB@mail.cse.psu.edu> Subject: Re: [9fans] pascal, TeX Date: Fri, 14 Dec 2001 17:37:15 +0000 Topicbox-Message-UUID: 37516b2a-eaca-11e9-9e20-41e7f4b1d025 According to my knowledge - Java was the first language that implemented garbage collection...Neather C/C++ or Pascal (Delphi etc) have garbage collection and memory must be manually located/delocated etc. Regards, Lennie De Villiers --- Remove ~ and 9s from e-mail address to reply --- > i suspect that's because the Pascal language took the novel approach of providing > neither guaranteed garbage collection nor a portable operator to free > memory without it. there were several platform-specific methods, including > stack like heap allocation (which i think was used by one compiler). `dispose' > ended up in the standard (but did not preclude implementing garbage collection).