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: 103376,84f721148b16bb3 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!m44g2000hsc.googlegroups.com!not-for-mail From: christoph.grein@eurocopter.com Newsgroups: comp.lang.ada Subject: Re: The A-Z of Programming Languages: Ada, interview with S. Tucker Taft Date: Thu, 12 Jun 2008 00:25:25 -0700 (PDT) Organization: http://groups.google.com Message-ID: <66fcc568-d110-4227-a3fc-cd317a11b5e2@m44g2000hsc.googlegroups.com> References: <910cef1d-2ba2-4130-8f1f-2ce192756cfa@d77g2000hsb.googlegroups.com> <4846a33e$0$27453$9b4e6d93@newsspool4.arcor-online.net> <2f24888f-35fc-4b7d-b188-d121d950063d@b1g2000hsg.googlegroups.com> <4847f10d$0$6543$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1213255525 30923 127.0.0.1 (12 Jun 2008 07:25:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 12 Jun 2008 07:25:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m44g2000hsc.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 webwasher (Webwasher 6.7.0.3295) Xref: g2news1.google.com comp.lang.ada:667 Date: 2008-06-12T00:25:25-07:00 List-Id: On 12 Jun., 03:57, "Randy Brukardt" wrote: > I personally thought that using derived types (which no one understood in > Ada 83) What do you mean? I used type derivation a lot in Ada 83 with much benefit for handling physical types adding new operations on the derived type. And there is the trick attributed to John Goodenough to add user- defined equality to any type. > to implement classes was a mistake. Tucker was adamant on this > point. I'm still not sure if he was right, but I'm used to it now. Why this? I think that using the Ada 83 type derivation facility for this is very natural. Why invent a completely new technique?