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,842accb6a7d76669 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-13 09:18:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.1 Date: 13 Nov 2001 11:55:29 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3BE301D1.4010106@telepath.com> <3BE7DA00.8020807@acm.org> <9sdojl$e6h$1@news.huji.ac.il> <3BEACA5A.9030100@acm.org> <20TG7.18929$xS6.30469@www.newsranger.com> <9sh49o$ohc$1@nh.pace.co.uk> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1005670687 2293 128.183.220.71 (13 Nov 2001 16:58:07 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 13 Nov 2001 16:58:07 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:16427 Date: 2001-11-13T16:58:07+00:00 List-Id: Simon Wright writes: > It does rather go against the grain of the BCs, IMO, but I could add > this (which does everything bar closed iteration). "Collection" is > what everyone has been calling "List", BTW. Almost all the operations > could in fact be omitted in this package, because they are inherited, > though one would have to "use" it to get at them easily and I suspect > pedagogically one would prefer to see the operations. Just treat it as > implementation inheritance. Excellent. I think this puts the matter to rest! Now I _really_ have to see if I can do this for SAL :), and we can get back to arguing about what the correct complex container structure is, instead of what the correct simple container structure is :). > -- -- Stephe