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-Thread: 103376,a6449b2443dcdda1 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Date: Wed, 30 Apr 2008 06:36:16 +0200 From: Gautier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Access keyword References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 83.76.140.223 X-Original-NNTP-Posting-Host: 83.76.140.223 Message-ID: <4817f731$1_2@news.bluewin.ch> X-Trace: news.bluewin.ch 1209530161 83.76.140.223 (30 Apr 2008 06:36:01 +0200) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wn14feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news1.google.com comp.lang.ada:21130 Date: 2008-04-30T06:36:16+02:00 List-Id: Randy Brukardt: > Anonymous access types (a superset of access parameters) mainly exist in Ada > to make it easier for C++ and Java programmers to move their rotten designs > to Ada. Bah humbug. If so, it would be fine for compilers to have a style-check warning saying that it is a "retro compatibility feature" that should not be used normally. Personally I was stunned the first time I saw Ada code with these anonymous access types in parameters. Funny that Ada 2005 reintroduces a design hack of the 1960's... G.