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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.62.234 with SMTP id b10mr41877848pas.33.1437522028987; Tue, 21 Jul 2015 16:40:28 -0700 (PDT) X-Received: by 10.182.221.227 with SMTP id qh3mr108785obc.2.1437522028951; Tue, 21 Jul 2015 16:40:28 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!f3no1086724igg.0!news-out.google.com!a16ni24748ign.0!nntp.google.com!f3no1086719igg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 21 Jul 2015 16:40:28 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.161.17.102; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 75.161.17.102 References: <29dd5458-f9ce-4db8-9128-8ab35a9ce5f8@googlegroups.com> <64bc671c-72e5-4924-b703-3b907c69949c@googlegroups.com> <877fq9uj6g.fsf@theworld.com> <65061686-5c8f-433b-9b11-9e228298158e@googlegroups.com> <87k2u96jms.fsf@jester.gateway.sonic.net> <06f8a6f9-d219-4d40-b9ac-8518e93839bd@googlegroups.com> <87y4io63jy.fsf@jester.gateway.sonic.net> <7a29d3e9-d1bd-4f4a-b1a6-14d3e1a83a4d@googlegroups.com> <87mvz36fen.fsf@jester.gateway.sonic.net> <2215b44f-8a89-47c6-a4c4-52b74d2dac45@googlegroups.com> <9e492c82-868d-43d3-a18a-38274400e337@googlegroups.com> <40184feb-4053-4ac3-8eaa-c3bd9cd8a77c@googlegroups.com> <10272577-945f-4682-85bc-8ad47f3653ae@googlegroups.com> <87si8i81k2.fsf@atmarama.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <99c75695-9c24-4a39-9ee7-ad6b0577c72e@googlegroups.com> Subject: Re: If not Ada, what else... From: Shark8 Injection-Date: Tue, 21 Jul 2015 23:40:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:194255 Date: 2015-07-21T16:40:28-07:00 List-Id: On Tuesday, July 21, 2015 at 2:05:53 PM UTC-6, J-P. Rosen wrote: > > And how would you make the difference between specific and class-wide > types? (A huge advantage of Ada over other OO models, IMHO) Good question. One of the things that other OO-models get wrong is to shove everything into 'class' thus ignoring the fact the type is NOT the hierarchy-of-types rooted at that type. (ie. implicit conversion down that hierarchy.) Though I don't see why the proposal couldn't use the 'Class attribute to do that, the bigger problem [IMO] is that by calling this a "class type" you are blurring the lines between that hierarchy and the actual type.