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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ce0900b60ca3f616 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-02 08:20:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: List container strawman Date: Fri, 2 Nov 2001 10:37:28 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9rueje$j69$1@nh.pace.co.uk> References: <9rubqc$i1u$1@nh.pace.co.uk> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1004715438 19657 136.170.200.133 (2 Nov 2001 15:37:18 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 2 Nov 2001 15:37:18 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:15662 Date: 2001-11-02T15:37:18+00:00 List-Id: The problem with Ada.Containers is that a) it presumes we're going to get it into the standard and b) it makes it difficult for someone to modify the source since compilers are free to restrict you from manipulating things under Ada... (Try declaring Ada.Containers and see if it will compile.) Probably it is better to have it rooted as its own thing so it can be as flexible as possible until such time as The Powers That Be decide to immortalize you by including The Dennison Components into the standard. :-) It could probably be accommodated at a later date through a bunch of "renames" things... MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Ted Dennison" wrote in message news:JMyE7.10064$xS6.13823@www.newsranger.com... > Actually, that's a perfectly reasonable discussion to be having. I picked the > root name of "Containers" just to have something. If it were part of the Ada > standard, I'd like to see "Ada.Containers.*". Otherwise, we'd need a good root > name either on top of, or instead of, "Containers".