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:13:36 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!cleanfeed.casema.net!leda.casema.net!news2.euro.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: List container: Insert and Delete X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3BF29ECF.640B7427@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <9sn4qm$13g29j$2@ID-25716.news.dfncis.de> <3BF140D9.611DE43@brighton.ac.uk> <8ifI7.23379$xS6.36874@www.newsranger.com> <3BF26AAC.C0830E5B@brighton.ac.uk> Mime-Version: 1.0 Date: Wed, 14 Nov 2001 16:41:51 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:16521 Date: 2001-11-14T16:41:51+00:00 List-Id: John English wrote: > > I feel that knowing why existing libraries don't cut the mustard might > help in designing something that does... Let's see Booch Components and Stephe's Ada Library: need to do multiple instantiations and to instantiate generic child packages PragmAda Reusable Components: need to provide an Assign procedure for the Element type, and to wrap subrange scalar subtypes in a record for use as an Element I don't recall any other specific libraries, but I'm sure others do and will provide the details for them. -- Jeffrey Carter