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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,75f02dbbddbbdc88 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.41 with SMTP id gv9mr3713170pbc.5.1323920465754; Wed, 14 Dec 2011 19:41:05 -0800 (PST) Path: lh20ni23832pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Pop function Date: Wed, 14 Dec 2011 19:41:00 -0800 (PST) Organization: http://groups.google.com Message-ID: <22154181.169.1323920461157.JavaMail.geo-discussion-forums@yqbo42> References: <27517259.83.1323907586856.JavaMail.geo-discussion-forums@yqgn9> <30092575.120.1323912907099.JavaMail.geo-discussion-forums@yqja5> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 189.18.155.47 Mime-Version: 1.0 X-Trace: posting.google.com 1323920463 22715 127.0.0.1 (15 Dec 2011 03:41:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 15 Dec 2011 03:41:03 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.18.155.47; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 X-Google-Web-Client: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-12-14T19:41:00-08:00 List-Id: > The best way to run over a list is to reuse an existing implementation, s= uch as Ada.Containers.Doubly_Linked_List, or PragmARC.List_Unbounded_Unprot= ected if you don't have access to a compiler for the current language. One = wonders why you are trying to write another one. Well, I did not try Ada.Containers.Doubly_Linked_List before, but it's wort= h trying for sure.