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-Thread: 103376,229ea0001655d6a2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!storethat.news.telefonica.de!telefonica.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Generic Package From: Georg Bauhaus In-Reply-To: <10s763mibaxrd.1fj5hiz8r6tnq.dlg@40tude.net> References: <1177539306.952515.222940@s33g2000prh.googlegroups.com> <1177601484.444701.171560@r35g2000prh.googlegroups.com> <1177672290.8055.6.camel@localhost> <1177683046.12952.4.camel@localhost> <10s763mibaxrd.1fj5hiz8r6tnq.dlg@40tude.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1177710244.6428.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Fri, 27 Apr 2007 23:44:04 +0200 NNTP-Posting-Date: 27 Apr 2007 23:44:05 CEST NNTP-Posting-Host: d2134f62.newsspool1.arcor-online.net X-Trace: DXC=?foG<>llOANC4i^e1BZ=_Hic==]BZ:afN4Fo<]lROoRAFl8W>\BH3YBBoHXG0>QL@LA:ho7QcPOVC`oX020D?3SCR8 On Fri, 2007-04-27 at 16:16 +0200, Dmitry A. Kazakov wrote: > On Fri, 27 Apr 2007 16:10:47 +0200, Georg Bauhaus wrote: > > > On Fri, 2007-04-27 at 14:06 +0200, Dmitry A. Kazakov wrote: > > > >> It does. Semantically, table /= a snapshot of. That is. > > > > For Iterate, a snapshot is a table, a collection of tuples. > > Well, for a hammer everything is a collection of nails. Please. From a user's perspective Iterate is the important interface. When I call Iterate to apply an operation to each tuple of a table, an order is established, even though it does not matter. I really don't understand why Iterate should not be able to produce a positional number for each tuple it produces.