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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fa22a73e140a6fd1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.129.169 with SMTP id nx9mr7791332pbb.8.1326191272121; Tue, 10 Jan 2012 02:27:52 -0800 (PST) Path: lh20ni163244pbb.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Object-Oriented style question Date: Tue, 10 Jan 2012 11:27:16 +0100 Organization: cbb software GmbH Message-ID: References: <4f098fcb$0$6577$9b4e6d93@newsspool3.arcor-online.net> <11047e9f-a7ef-4728-8e1c-4202c5958e9c@ck5g2000vbb.googlegroups.com> <4f0b7f2b$0$7617$9b4e6d93@newsspool1.arcor-online.net> <36ee3b54-496c-41d4-a8ba-3357741adada@p4g2000vbt.googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Date: 2012-01-10T11:27:16+01:00 List-Id: On Tue, 10 Jan 2012 00:47:19 -0800 (PST), Maciej Sobczak wrote: > On Jan 10, 12:58�am, Georg Bauhaus host.bauh...@maps.futureapps.de> wrote: > >> The effect is that there still wouldn't be any parameters of an >> anonymous access-to-object type at the level of T's definition. > > Why this should be a goal? > I prefer if the profile describes what is going on. If sh*t is going > on, then it is better to show it in the profile than to hide it and > surprise the user later. I agree, if the referential semantics is a part of the contract, it must be exposed, and hidden otherwise. Furthermore, semantically procedure Foo (X : access T) is not a method of T, it is one of access T. Objects of T and access T are different objects of different types and different sets of operations defined on them. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de