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,208279d79d40e7d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-27 01:29:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Ada Advocacy. Date: Wed, 27 Aug 2003 09:29:21 +0100 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1061972961 21085 62.49.62.197 (27 Aug 2003 08:29:21 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 27 Aug 2003 08:29:21 +0000 (UTC) User-Agent: Pan/0.13.4 (She had eyes like strange sins.) Xref: archiver1.google.com comp.lang.ada:41881 Date: 2003-08-27T09:29:21+01:00 List-Id: On Wed, 27 Aug 2003 06:44:23 +0600, Anisimkov wrote: > I see test'Name is just longer for a 3 characters. > Only goal for Test'Name would be compilation time checking. > I do not think that compilation time checking is so necessary for the debug > printing. An image of anything is useful. > The good Ada feature for the debug purpose is an image of enumeration values. > But I do not think that we need image of the object names. As for enums being able to loop from enum'First to enum'Last is also cool. Luke.