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=-2.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,86a457a80a9f4412 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!cleanfeed1-a.proxad.net!nnrp8-1.free.fr!not-for-mail Return-Path: Date: Wed, 16 May 2007 09:27:49 -0400 From: "Benjamin Place" Sender: ben.place@gmail.com To: comp.lang.ada@ada-france.org Subject: Re: Generic Collection In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178652593.006083.173150@l77g2000hsb.googlegroups.com> <1178722277.733981.6200@l77g2000hsb.googlegroups.com> <1178727131.9164.38.camel@kartoffel> <1178736886.994385.37140@y80g2000hsf.googlegroups.com> <1178837285.391940.192010@e65g2000hsc.googlegroups.com> <17ls9n89vi0vh.n8gfdmvo4lv2$.dlg@40tude.net> X-Google-Sender-Auth: 9727d7cba17c191c X-Virus-Scanned: amavisd-new at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 16 May 2007 15:30:22 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1179322222 news-1.free.fr 20196 88.191.14.223:33690 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:15811 Date: 2007-05-16T15:30:22+02:00 On 5/15/07, Randy Brukardt wrote: > > Conclusion: (almost) all new ADTs in Ada should be visibly tagged and > possibly visibly derived from Controlled. That echoes Prof. Dewar's recommendation in the graduate programming languages (IIRC) class at NYU. Always nice to see the gurus in agreement. Best, Ben