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=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-23 13:45:36 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: nma124@hotmail.com (steve_H) Newsgroups: comp.lang.ada Subject: Re: The old "Object.Method" syntax debate Date: 23 May 2003 13:45:36 -0700 Organization: http://groups.google.com/ Message-ID: <8db3d6c8.0305231245.796869b3@posting.google.com> References: <254c16a.0305210726.485125de@posting.google.com> NNTP-Posting-Host: 69.3.130.87 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1053722736 7377 127.0.0.1 (23 May 2003 20:45:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 23 May 2003 20:45:36 GMT Xref: archiver1.google.com comp.lang.ada:37715 Date: 2003-05-23T20:45:36+00:00 List-Id: mcq95@earthlink.net (Marc A. Criley) wrote in message news:<254c16a.0305210726.485125de@posting.google.com>... > We have modified the > compiler to allow the same object.method syntax [...] We have also > performed this modification to the Windows 3.15 version of GNAT. great!! This is so cool. Ada needs this change badly. It is IMHO, the main thing I find against Ada not being called an OO language. I know this is a synactic sugar only issue, but it would make programming in Ada much more easier for me and many others, I am sure, who are 'used' to the object.method() syntax. When will this change be in GNAT officially? i.e. the public release of GNAT?