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,25aa3c7e1b59f7b5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-11 05:37:12 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!144.212.100.101!newsfeed.mathworks.com!news.maxwell.syr.edu!newspeer.radix.net!uunet!ash.uu.net!world!news From: Robert A Duff Subject: Re: A case where Ada defaults to unsafe? Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Fri, 11 Jan 2002 13:32:29 GMT References: <3C34BF2C.6030500@mail.com> <3C34D252.4070307@mail.com> <5ee5b646.0201040829.18db8001@posting.google.com> <3C35E733.6030603@mail.com> <3C35FE2A.9020802@mail.com> <3C3C1438.FBF10FC3@baesystems.com> <3C3EB43E.B82E92CA@baesystems.com> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:18771 Date: 2002-01-11T13:32:29+00:00 List-Id: Stuart Palin writes: > Something like '{' (I would also make a syntax error not to have the > closing '}' at the end of the line). That's the same as Pascal, except that you require it to go at end-of-line. > Some potential candidates are ruled out by the Allowable Replacement > Characters (LRM[83] 2.10 - what happened to that section in LRM[95]?). It moved to J.2. > Anyhow it is all water under the bridge, the die is cast - but it still > peeves me! I don't take that attitude at all. Ada isn't the be-all and end-all of programming languages, so it's reasonable to discuss alternatives. - Bob