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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8b8748382fcfacc1 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: friend classes in ada95 Date: 2000/04/19 Message-ID: <8dle18$mci$1@nnrp1.deja.com>#1/1 X-Deja-AN: 613339781 References: <38F6B617.34E216A7@emw.ericsson.se> <38F887AE.8CDA24E0@acm.org> <8dc8oi$kda$1@nnrp1.deja.com> <38FD7F1A.E4906194@icn.siemens.de> X-Http-Proxy: 1.0 x35.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Apr 19 23:04:18 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-04-19T00:00:00+00:00 List-Id: In article , Ray Blaak wrote: > I am realizing the saying obj.Method is a more natural way of > expressing how I *think*. but ONLY if Method is indeed an OO method, certainly I don't think anyone prefers Obj1."+" (Obj2) to Obj1 + Obj2 The problem of people confusing tagged types with objects, and primitive procedures with OO methods is a pretty severe one, and adopting the prefix notation would most certainly aggravate the situation. It is conceivable that one might want to allow the prefix alternative when wanted, but you certainly do NOT want to insist on it in all cases. Sent via Deja.com http://www.deja.com/ Before you buy.