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!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed-east.nntpserver.com!nntpserver.com!newsfeed1.sea.pnap.net!newsfeed.pnap.net!brmea-news-1.sun.com!news1brm.central.sun.com!new-usenet.uk.sun.com!not-for-mail From: Ole-Hjalmar Kristensen Newsgroups: comp.lang.ada Subject: Re: memory management and productivity Date: 25 Jun 2004 12:13:34 +0200 Organization: Sun Microsystems Message-ID: References: <40d69121$1_1@baen1673807.greenlnk.net> NNTP-Posting-Host: khepri06.norway.sun.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: new-usenet.uk.sun.com 1088158414 15905 129.159.112.195 (25 Jun 2004 10:13:34 GMT) X-Complaints-To: usenet@new-usenet.uk.sun.com NNTP-Posting-Date: 25 Jun 2004 10:13:34 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:1881 Date: 2004-06-25T10:13:34+00:00 List-Id: >>>>> "SL" == Stephen Leake writes: SL> I'm suggesting that "garbage collection" is not what they _need_ SL> (different from what they _want_). >> In other words, it would make Ada a more versatile language. SL> Nope. SL> As many have pointed out, Ada the _langauge_ allows for garbage SL> collection, and some implementations have provided it (JGNAT in SL> particular). That has not lead to commercial success. So what has SL> changed, that you think it will lead to commercial success now? "Allows for" is not the same as is available. You cannot write a portable Ada application and take advantage of automatic garbage collection. You *can* do that with Java. You can argue that programmers do not need garbage collection, but you cannot stop them from wanting it. But I agree, I do not think that adding garbage collection would make much difference wrt. commercial success of Ada. I think Ada is doomed to forever being a niche language. SL> Ada provides better ways to manage memory, and programmers that take SL> the time to figure that out don't need traditional "garbage SL> collection". Of course yo do not need it, but it can be convenient. >> Maybe you don't think that's wise, but if you don't, please don't >> complain about the fact that Java dwarfs Ada in popularity (and is >> now being adapted big-time for real-time use by the military). SL> I've never "complained" about that. I'm disappointed in the waste of SL> my tax dollars, but that's nothing new :). SL> -- SL> -- Stephe -- C++: The power, elegance and simplicity of a hand grenade.