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,8eff44ec1bcf8433 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-24 01:41:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Container reqs Date: Wed, 24 Oct 2001 10:30:57 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9r5ues$ns6$1@news.huji.ac.il> References: <9qctpn$lil$1@news.huji.ac.il> <3BCA86C7.BB252751@acm.org> <%jYy7.31350$ev2.37672@www.newsranger.com> <3BCD7C50.647ADBD0@brighton.ac.uk> <9qk44b$utk$1@news.huji.ac.il> <3BD527A8.93C1F68B@brighton.ac.uk> <9r3umu$hvo$1@news.huji.ac.il> <9r4mr9$os0$1@nh.pace.co.uk> NNTP-Posting-Host: di3-108.dialin.huji.ac.il X-Trace: news.huji.ac.il 1003912477 24454 132.64.13.108 (24 Oct 2001 08:34:37 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Wed, 24 Oct 2001 08:34:37 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:15113 Date: 2001-10-24T10:30:57+02:00 List-Id: Marin David Condic wrote in message news:9r4mr9$os0$1@nh.pace.co.uk... > I've been hoping to find in this discussion some kind of "Least Common > Denominator" that would outline requirements for some minimal collection of > data structures & algorithms for a standard library. Right! > It can *always* get expanded into different variations and flavors - > not unlike what you see under Ada.Strings. Right. But only if the original design is extendable. Hence the reason for this discussion. Ehud