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,ce0900b60ca3f616 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-09 12:08:37 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!supernews.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: List container strawman Date: 09 Nov 2001 15:03:39 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3BE29AF4.80804@telepath.com> <3BE29BD4.10401@telepath.com> <3BE2DB99.B707D409@boeing.com> <3BE32A18.18404AD1@boeing.com> <3BE443DE.574D669C@acm.org> <3BE58FDD.E1FB1815@san.rr.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1005336243 517 128.183.220.71 (9 Nov 2001 20:04:03 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 9 Nov 2001 20:04:03 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:16168 Date: 2001-11-09T20:04:03+00:00 List-Id: Ted Dennison writes: I vote for having a truly safe list implementation, like this one, if only for reference. I vote for also having an Unchecked_List package, so we can use it in higher-level abstractions that add safety in different ways. That way, when someone says "why isn't this list package _safe_? I thought Ada was a _safe_ language!", we can say "look at the safe list package; it has too much overhead for _this_ use, but it's available if you want it". It might also inspire some grad student to make a version with less overhead, or a compiler optimization that removes the overhead, or something. -- -- Stephe