From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Generalized Loop Iteration and User-Defined Indexing with more than two parameters. Date: Mon, 9 Nov 2020 19:45:52 -0600 Organization: JSA Research & Innovation Message-ID: References: <86361qwvht.fsf@stephe-leake.org> Injection-Date: Tue, 10 Nov 2020 01:45:53 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="9729"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader02.eternal-september.org comp.lang.ada:60564 List-Id: "Blady" wrote in message news:ro6mhg$1lmd$1@gioia.aioe.org... > Le 07/11/2020 à 01:58, Randy Brukardt a écrit : ... >> I suppose other designs could have been chosen. The generic one was the >> original proposal; probably the person that designed it doesn't use >> interfaces very much. (I think that was me. ;-). If I recall correctly, >> the >> original interface design didn't work at all, and the generic was a fix. >> But >> I don't remember any of the details anymore (could look them up, but >> would >> need more motivation for that :-). > > Does a message on Ada Comments could help ;-)? I rather doubt a new design would be introduced, simply because it would be very complex to have multiple approaches working at the same time, and the problems with the existing design aren't as significant as many other things that could be fixed with Ada. (There's always a limited amount of effort that can be expended.) Randy.