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,a644fa9cd1a3869a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-14 09:01:12 PST Path: archiver1.google.com!news2.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: List container: Insert and Delete Date: Wed, 14 Nov 2001 18:43:33 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9su77k$c83$1@news.huji.ac.il> References: <9sn4qm$13g29j$2@ID-25716.news.dfncis.de> <3BF140D9.611DE43@brighton.ac.uk> <9srvmk$1la$1@news.huji.ac.il> <3BF2699A.731DC436@brighton.ac.uk> NNTP-Posting-Host: di2-17.dialin.huji.ac.il X-Trace: news.huji.ac.il 1005756469 12547 132.64.12.17 (14 Nov 2001 16:47:49 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Wed, 14 Nov 2001 16:47:49 +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:16520 Date: 2001-11-14T18:43:33+02:00 List-Id: John English wrote in message news:3BF2699A.731DC436@brighton.ac.uk... > Ehud Lamm wrote: > > > > > > I agree with this sentiment. So why not take the lead and tell us why you > > didn't use the BC in your book...? > > Uh, because I wanted to explain the internal mechanics in the book. > It's not reinventing the wheel; it's just building a wheel with a bunch > of students watching, and you saying "look, this bit goes here..." :-) > But I guess you made some design decisions which resulted in something different from the BC (either the -83 or -95 version). I tried to give a list of goals awhile back. I decided it is nicer to list requirements/goal instead of problems with this library or other. But I guess most goals can be traced back to problems with using existing libraries. However, for the record, I prefer having a standard library which I don't particularly like to having no standard container library at all. Ehud