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,604e0f87aa06eab6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-22 07:25:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Imitation is the sincerest form of flattery Date: Sat, 22 Mar 2003 15:25:02 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <7eee7v4hpvj0i5s345uonlen5315rhiau8@4ax.com> <1ec946d1.0303201528.6c9b2c9e@posting.google.com> NNTP-Posting-Host: d2-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1048346702 22720 134.91.1.15 (22 Mar 2003 15:25:02 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sat, 22 Mar 2003 15:25:02 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/831)) Xref: archiver1.google.com comp.lang.ada:35622 Date: 2003-03-22T15:25:02+00:00 List-Id: AG wrote: : "Dmitry A. Kazakov" wrote in message : :> > that are provided by the language. That is, an option to override the :> > compilers regular job? :> :> When it is necessary. For example: : : the package and be able to do things like 'range *no matter how that : index is implemented*. Should be up to the implementor really - if it : can't be done, so be it. I trust compiler writers have their reasons for Ada arrays :) (I vaguely remember an example by Tucker Taft where he showed how you can have the effect of non-contigous indices, if that is of interest here.)