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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-21 02:06:19 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!skynet.be!skynet.be!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: += in ada Date: Tue, 21 Oct 2003 09:04:04 +0000 Organization: Cuivre, Argent, Or Message-ID: References: <3F7316F7.219F@mail.ru> <17cd177c.0310010606.52da88f3@posting.google.com> <3F8BC74F.2CFBFF37@0.0> <1066312000.671303@master.nyc.kbcfp.com> <1066322883.139702@master.nyc.kbcfp.com> <3F8F372D.9040801@comcast.net> <3F8F4559.50306@noplace.com> <3F929FC8.9070901@noplace.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1066727091 90914 80.67.180.195 (21 Oct 2003 09:04:51 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 21 Oct 2003 09:04:51 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 21 Oct 2003 09:04:04.0755 (UTC) FILETIME=[46FE4E30:01C397B2] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:1265 Date: 2003-10-21T09:04:04+00:00 On Tue, 2003-10-21 at 00:57, Wes Groleau wrote: > Martin Dowie wrote: > > Well, for 200Y some serious 'C++/Java'-style improvements are on the > > cards (though not yet approved), e.g. > > > > 'interfaces' a la Java, and > > Object.Method notation like C++/Java/etc. > > Interfaces I think there may be some value to. No. They're useless. Ada 95 has several idioms to accomplish what Java does with interfaces. (This has been shown in a recent Ada-Europe conference by J.-P. Rosen. I think he won the best paper.) > But Object.Method ? Ditto. Ditto for += etc. I really hate these proposals. Ada is already a big language. Stuff like this only makes it bigger--to no advantage whatsoever. Libraries is the way. I am 100% with the CAL idea.