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,b99897135d6631cc X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: memory management and productivity Date: Thu, 17 Jun 2004 09:07:56 +0100 Organization: BAE SYSTEMS Message-ID: <40d15023$1_1@baen1673807.greenlnk.net> References: X-Trace: news.uni-berlin.de 3dLq1Z+e+f6UFozRknhZIw20L3lzaahePu2JHUg91ct+f8zP3J X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:1607 Date: 2004-06-17T09:07:56+01:00 List-Id: "Russ" <18k11tm001@sneakemail.com> wrote in message news:bebbba07.0406162056.334745ed@posting.google.com... > The following is an excerpt from an article featured on Slashdot today > (6/16/04). The excerpted paragraph is not even the main topic of the > article, but it made wonder what chance Ada has in the future without > automatic memory management. It seems to me that garbage collection > should be optional within the language. You will be delighted to here that Ada already supports GC thought the use of Controlled types then. And if that weren't enough you can grap "Boehm-Demers-Weiser" GC from AdaCL @ http://adacl.sourceforge.net/. Cheers -- Martin