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: Mon, 21 Jun 2004 08:46:36 +0100 Organization: BAE SYSTEMS Message-ID: <40d69121$1_1@baen1673807.greenlnk.net> References: <40d15023$1_1@baen1673807.greenlnk.net> X-Trace: news.uni-berlin.de o6LKcSL6W74o1bYGQzDYTwEW1gT6fIvpkkA5quIHfoZDwhu33h 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:1725 Date: 2004-06-21T08:46:36+01:00 List-Id: "Russ" <18k11tm001@sneakemail.com> wrote in message news:bebbba07.0406202016.1f15c133@posting.google.com... > Well, if initialize and finalize are fundamentally no different than > constructors and destructors, then I conclude that Ada does not have > automated memory management any more than C++ has it. (I may be a bit > slow, but I catch on eventually.) > > As for using a library that has memory management built in, that > sounds great. I'd just feel a bit better about it if it were in a > standard library that everyone agrees on and comes with the language, > like STL in C++. Then you could honestly say that Ada has automated > memory management built in. (And it would be better than Java's > because it would be optional.) Ada does not forbid an implementation for performing GC but there has been zero customer call for it. That's no too surprising - "Sorry, you can't apply brakes/launch missile/shutdown reactor as I'm busy garbage collecting." would not go done well. But for desktop apps or even business apps, it might well be appropriate. Cheers -- Martin