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-Thread: 103376,635cd9622b25ae59 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Type safety, C++ and code generation Date: 28 Apr 2006 15:46:21 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1146143954.169807.207080@t31g2000cwb.googlegroups.com> <1146148380.102042.119860@y43g2000cwc.googlegroups.com> <445101bf$0$11061$9b4e6d93@newsread4.arcor-online.net> <1146226568.9048.7.camel@localhost.localdomain> <1146227854.112808.257290@g10g2000cwb.googlegroups.com> <7ut4g.921904$x96.7750@attbi_s72> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1146253581 14282 192.74.137.71 (28 Apr 2006 19:46:21 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 28 Apr 2006 19:46:21 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: g2news2.google.com comp.lang.ada:3994 Date: 2006-04-28T15:46:21-04:00 List-Id: "Randy Brukardt" writes: > Right. The problem with "limited private" is the loss of numeric literals > (and string literals in another use). Right. And case statements. And arrays indexed by the type. Etc. > type Int is range 1 .. 10 without operators; I wonder whether this "without operators" syntax forbids the use of attributes ('Succ, for example). - Bob