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,cda33fc7f63c2885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-08 13:37:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: list strawman Date: 08 Jan 2002 16:21:20 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1010525104 24569 128.183.220.71 (8 Jan 2002 21:25:04 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 8 Jan 2002 21:25:04 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:18669 Date: 2002-01-08T21:25:04+00:00 List-Id: Ted Dennison writes: > In article , Steven Deller > says... > > >From my "usability" view, the interface now has 3 flaws: > > 1. No "split" list into two lists > Again: this can be taken care of, if there is support for it. I vote for adding 'split'; it nicely compliments 'splice'. > > 2. No "compare iterators" (at least not that I recall) > Its there, it just hasn't been very well advertised. We need to add a explicit visible "=" to make it do what you want; in my implementation, the default "=" does not. -- -- Stephe