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,5af5c381381ac5a7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Ada requires too much typing! Followup-To: comp.lang.ada Date: Fri, 28 May 2010 12:10:48 +0200 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Fri, 28 May 2010 10:11:41 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="CgeQJFhmVqlm7PSKqn5RPQ"; logging-data="7682"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX194HgIzcnZKqiqNRgCsrz9D" User-Agent: KNode/4.4.3 Cancel-Lock: sha1:RVuAPzObWq8rnu6LNAYd7SAAQrQ= Xref: g2news2.google.com comp.lang.ada:12117 Date: 2010-05-28T12:10:48+02:00 List-Id: Luis Espinal wrote: >(...) > We have also come to learn that interfaces, the prohibition of multiple > inheritance, (...) were not a good idea at all. Thanks for the elaborate reply. Not expert in Scala/Java so I can't comment about most of it. However, seeing that Ada has just copied Java interfaces, I'd like to known a bit more in detail why you say what I quoted, if you have the time. I have used interfaces a bit and indeed have some grudges with them, but I'd like to know if the situation is worse than I think -- or perhaps I'm not using them 100% properly. Thanks in advance, Alex.