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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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 Path: g2news1.google.com!postnews.google.com!2g2000hsn.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Access keyword Date: Wed, 30 Apr 2008 00:15:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 128.141.45.224 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1209539748 7188 127.0.0.1 (30 Apr 2008 07:15:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 30 Apr 2008 07:15:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 2g2000hsn.googlegroups.com; posting-host=128.141.45.224; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21131 Date: 2008-04-30T00:15:47-07:00 List-Id: On 29 Kwi, 23:32, "Randy Brukardt" wrote: > 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. Anonymous access types are used by Ada.Containers for iteration (among others). "Rationale" by Barnes presents some nice examples with downward closures as well. Please comment on it. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com