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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-16 08:48:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: List container strawman Date: Fri, 16 Nov 2001 11:03:57 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9t3ddg$c9c$1@nh.pace.co.uk> References: <3BE29AF4.80804@telepath.com> <3BF1A33D.73DE084F@boeing.com> <9su0b3$l3m$1@nh.pace.co.uk> <3BF2A186.F1911068@boeing.com> <9subes$put$1@nh.pace.co.uk> <9svf7q$161cka$1@ID-25716.news.dfncis.de> <9t0ltq$1er$1@nh.pace.co.uk> <9t1q26$16frj1$1@ID-25716.news.dfncis.de> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1005926640 12588 136.170.200.133 (16 Nov 2001 16:04:00 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 16 Nov 2001 16:04:00 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:16630 Date: 2001-11-16T16:04:00+00:00 List-Id: Back in the days of Ada83, this was more of a problem. Now that you have Finalization, making a List type non-limited is less of a problem. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Nick Roberts" wrote in message news:9t1q26$16frj1$1@ID-25716.news.dfncis.de... > > Sorry, but my point (now ;-) would be that, whilst you can indeed do what > you say, you wouldn't want to. Because lists are non-limited (hah :-) you > can have a list of lists (etc.) without any problem. If you have a limited > type, you don't want a list of objects of that type, you want a list of > access values referencing them (e.g. consider a list of tasks). >