From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1f2b6675d1185b30 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-21 06:43:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.73.101.75!eusc.inter.net!news-fra.pop.de!schlund.de!news.online.de!not-for-mail From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: Garbage collector on Ada? Date: Fri, 21 Jun 2002 15:43:08 +0200 Organization: 1&1 Internet AG Message-ID: <3D132D6C.5050908@ib-paus.com> References: <3D1316EE.5570AB2A@nbi.dk> NNTP-Posting-Host: p50830478.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.online.de 1024666989 10136 80.131.4.120 (21 Jun 2002 13:43:09 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 21 Jun 2002 13:43:09 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:26554 Date: 2002-06-21T13:43:09+00:00 List-Id: Jacob Sparre Andersen wrote: > Pedro Menendez wrote: > > >>Is there any Ada implementation that uses a garbage collector? > > > Yes. JGNAT (and maybe also others). > > >>I thought so, but someone told me that it would be quite impossible considering >>Ada is a real-time language, but in case there were some garbage collector he >>said that it wouldn't be a standard implementation > > > Since the standard specifically allows garbage collectors, > it would be very strange if it was impossible to implement. > But it definitely appears to be atypical. Just for curiosity. Has there ever been an Ada implementation besides JGNAT which uses a garbage collector? Michael