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: a07f3367d7,5d4ade2fd8fd67c6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!jacob-sparre.dk!ada-dk.org!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Legit Warnings or not Date: Fri, 29 Jul 2011 19:17:25 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <531193e0-3305-4292-9ed8-0176226c1d00@x12g2000yql.googlegroups.com> <1rx6dwrxmc81p.eazb4fjqztox$.dlg@40tude.net> <1hi6gva8jhf7o.tq1yp29jn3qu.dlg@40tude.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1311985049 3929 69.95.181.76 (30 Jul 2011 00:17:29 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Sat, 30 Jul 2011 00:17:29 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Xref: g2news1.google.com comp.lang.ada:20425 Date: 2011-07-29T19:17:25-05:00 List-Id: "Dmitry A. Kazakov" wrote in message news:a47trh2rfxvh.fy7nhwxd9kpi$.dlg@40tude.net... > On Thu, 28 Jul 2011 18:48:30 -0500, Randy Brukardt wrote: ... >> Yes, for Ada it is too much. Anything implemented now has to be >> compatible >> with the existing language and implementations. > > And where is any incompatibility? Why array or record cannot be > interfaces? Interfaces require multiple inheritance. Multiple inheritance is unimplementable (at least efficiently). It's completely unimplementable in Janus/Ada which is based on fixed, statically sized objects and components. (Generic code sharing is a lot easier.) Randy.