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-25 13:31:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Container reqs Date: Thu, 25 Oct 2001 22:10:32 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9r9rqj$5dh$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> <9r5ues$ns6$1@news.huji.ac.il> <9r6i04$o1r$1@nh.pace.co.uk> NNTP-Posting-Host: di3-13.dialin.huji.ac.il X-Trace: news.huji.ac.il 1004040852 5553 132.64.13.13 (25 Oct 2001 20:14:12 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Thu, 25 Oct 2001 20:14:12 +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:15196 Date: 2001-10-25T22:10:32+02:00 List-Id: I agree with almost all your points. Indeed we can start with some minimal number of conponents, and build on from there. I also agree that endless debates, are - well - endless... My only concern is that without some overall design, you'll end up with a pile of packages, and not one consistent library. I want things to compose nicely, and be extendable. That's also why I agree that debating the various existing libraries, though educational is not "good for the cause". Still, I'd feel better with something organised by ADT properties. Thus MAPS are fine, where as I'd like clarification about Lists. Are we talking sequential structures, or about the implementation as linked sturctures? I prefer maps, queues, dequeues etc. Ehud