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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2078ce7aac45af5b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.79.105 with SMTP id i9mr1603993pax.34.1352926656191; Wed, 14 Nov 2012 12:57:36 -0800 (PST) Received: by 10.68.190.35 with SMTP id gn3mr7423098pbc.13.1352926656175; Wed, 14 Nov 2012 12:57:36 -0800 (PST) Path: s9ni10927pbb.0!nntp.google.com!kt20no14950774pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 14 Nov 2012 12:57:35 -0800 (PST) In-Reply-To: <1na6brajyyab1.1m57ova8gzvwk$.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <0114d327-9f9f-4ad2-9281-56331d11a90c@googlegroups.com> <2bb9e5fa-04a2-4073-bca1-1739ce0580f1@googlegroups.com> <57bca956-2348-4825-8f5f-04fb91863696@googlegroups.com> <094f94ed-dbcc-4dba-bd9d-894a75f69037@googlegroups.com> <8373eaf3-5299-4bbb-a462-56d2d76d6333@googlegroups.com> <1na6brajyyab1.1m57ova8gzvwk$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <36d6a3f7-f7f3-4f55-baa3-05a2a3501c6f@googlegroups.com> Subject: Re: Ada202X : Adding functors From: Shark8 Cc: mailbox@dmitry-kazakov.de Injection-Date: Wed, 14 Nov 2012 20:57:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-11-14T12:57:35-08:00 List-Id: On Wednesday, November 14, 2012 1:37:55 PM UTC-7, Dmitry A. Kazakov wrote: > > Indexing is a well established abstraction, which barely needs any > arguments, since most higher level languages have arrays starting with > FORTRAN. I tend to start my arrays with 1, enumerations, or 0. ;)