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,585fd78267abd80c X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: On pragma Precondition etc. Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <4889886d$0$18827$9b4e6d93@newsspool2.arcor-online.net> <6etsi6F8mbmbU2@mid.individual.net> <488efc8d$1@news.post.ch> <488f26e8$0$20705$9b4e6d93@newsspool4.arcor-online.net> Date: Tue, 29 Jul 2008 17:00:57 +0200 Message-ID: <1668bcqbkwlun$.mzzrx5m5ug2t$.dlg@40tude.net> NNTP-Posting-Date: 29 Jul 2008 17:00:57 CEST NNTP-Posting-Host: 61f5994c.newsspool2.arcor-online.net X-Trace: DXC=dQT_W6K1aTKgj[ZPFj7ehOA9EHlD;3YcB4Fo<]lROoRA4nDHegD_]RENIlgo`RWN>IDNcfSJ;bb[EFCTGGVUmh?DLK[5LiR>kgBQCYmm3X6W[@ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:1377 Date: 2008-07-29T17:00:57+02:00 List-Id: On Tue, 29 Jul 2008 16:19:20 +0200, Georg Bauhaus wrote: > On the other hand, overloading keywords is an invitation > to make things more puzzling. I don't see it that way, especially after Unicode identifiers were allowed. You can legally use *any* reserved keyword as an identifier. Just replace vowels 'o', 'a', 'i' with their Cyrillic equivalents and enjoy. > One reason is that context > is needed for disambiguation of the meaning of a keyword. So what? > Another thing is, should conditions have parts? Possibly > named parts? No, I think that any condition shall be related to a [sub]type, which gives the name of. I prefer named equivalence. > The names do not add anything. However, when one of the pre-s > is false, the name is seen in the trace, and in the corresponding > EXCEPTION object. Conditions shall not propagate exceptions in the same partition. > For the Class Invariant, Randy Brukardt has mentioned > > for T'Constraint use Function_Name; I don't want names of conditions contaminating the program name spaces, like generics do. Semantically they belong to a different program. This should be syntactically visible. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de