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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b6e97963d32ee242 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-21 09:56:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!skynet.be!fu-berlin.de!uni-berlin.de!213.200.246.247!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: The old "Object.Method" syntax debate Date: Wed, 21 May 2003 18:55:51 +0200 Organization: JeLlyFish software Message-ID: References: <254c16a.0305210726.485125de@posting.google.com> NNTP-Posting-Host: 213.200.246.247 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: fu-berlin.de 1053536217 30097692 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:37599 Date: 2003-05-21T18:55:51+02:00 List-Id: Preben Randhol wrote: >David C. Hoos wrote: > >> In defense of the charge that the objection is "vacuous," I would = point >> out that that notation prevents the need to fully qualify the = subprogram >> name (in the absence of use clauses) when invoking the subprogram >> for an object which is in scope. > >How will this work? Instead of |My_Windows_Package.A_Window_Method (Win_Object, ...); you then write: |Win_Object.A_Window_Method (...); Well, although I'm quite used to that kind of syntax, I personally don't like that idea very much. The main reason is that it might be confusing to see both sorts of syntaxes in a single source file one day... Vinzent. --=20 Parents strongly cautioned -- this posting is intended for mature audiences over 18. It may contain some material that many parents would not find suitable for children and may include intense violence, sexual situations, coarse language and suggestive dialogue.