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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,b99897135d6631cc X-Google-Attributes: gid103376,public Path: g2news1.google.com!postnews2.google.com!not-for-mail From: 18k11tm001@sneakemail.com (Russ) Newsgroups: comp.lang.ada Subject: Re: memory management and productivity Date: 23 Jun 2004 16:02:07 -0700 Organization: http://groups.google.com Message-ID: References: <40d69121$1 1@baen1673807.greenlnk.net> <40d932fe 1@baen1673807.greenlnk.net> NNTP-Posting-Host: 63.194.87.148 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1088031727 28197 127.0.0.1 (23 Jun 2004 23:02:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Jun 2004 23:02:07 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:1837 Date: 2004-06-23T16:02:07-07:00 List-Id: Bj�rn Persson wrote in message news:... > Martin Dowie wrote: > > > "Russ" <18k11tm001@sneakemail.com> wrote in message > > news:bebbba07.0406222041.593ab7c3@posting.google.com... > > > >>>But the only language which I have used so far which got it quite > >>>right IMHO is Modula-3. The programmer is free to choose, and the > >>>language guarantees that GC is available. > >> > >>Bingo. That's exactly what Ada should have. And it shouldn't take a > >>rocket scientist to figure that out. > > > > We could start the ball rolling on getting the AdaCL garbage collector > into > > Ada1X! :-) > > Could someone enlighten me a little on the mysteries of garbage? > > Since a garbage collector can apparently be compiled in as a library, > why isn't that good enough? Is it a great advantage to have it provided > by the compiler instead? Having it as a library is fine with me -- as long as the library is *standard* and available with every Ada compiler (or at least the main free one).