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,93ab7fc5388e249 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-06 05:56:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!news.dtag.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.3 Date: Thu, 6 Dec 2001 13:56:45 +0000 (UTC) Organization: GMUGHDU Message-ID: <9untes$j8f$2@a1-hrz.uni-duisburg.de> References: <3C0E1E7E.CA7113F4@brighton.ac.uk> <9ulni1$d58$1@a1-hrz.uni-duisburg.de> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1007647005 19727 134.91.4.34 (6 Dec 2001 13:56:45 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 6 Dec 2001 13:56:45 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:17505 Date: 2001-12-06T13:56:45+00:00 List-Id: Ted Dennison wrote: : The problem here is that the logical name seemed to be "End", but that's a : reserved word. Perhaps we should use "Side"? I've had a quick look into the outside world; there is an abundance of good names, IMHO, to be found in GLIB, STL, Haskell lib, and also the existing Ada libraries. In particular, in GLIB, there is a POSITION argument name (in insert iirc), and there are prepend and append operations, which could easily be provided by a renaming declaration that provides a default value to the position (or whatever) argument. If I'm not missing something. Georg