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,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-02 13:23:53 PST Message-ID: <3EDBB248.3FD844DA@somewhere.nil> Date: Mon, 02 Jun 2003 22:23:36 +0200 From: Gautier Write-only X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: no title References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 80.218.93.49 X-Trace: news.swissonline.ch 1054585431 80.218.93.49 (2 Jun 2003 22:23:51 +0200) X-Complaints-To: abuse@swissonline.ch Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!news-zh.switch.ch!news.swissonline.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:38396 Date: 2003-06-02T22:23:36+02:00 List-Id: # In my "learning session" today I noticed that a lot of the current # Ada procedures and functions (dare I call them methods?) have those # pesky '_'s in them. Any plans in Ada200x for case sensitivity? # Maybe a command line flag if you want to have case sensitivity. # # The syntax could be less finger stretchy with all the '_'s and # we could have toUnboundedString instead of to_unbounded_string. # You could have x: Integer; and X: Integer;!! # What a bonus right?! Just a thought. You can always define subtype UnboundedString is Unbounded_String; function ToUnboundedString (Source : in String) return UnboundedString renames To_Unbounded_String; NB: no need of case-sensitivity! For adding case sensitivity see other proposals for comments in this newsgroup. Apparently there is some resistence to add all these "retro" features into Ada. I'm afraid you have to invent a new "Retro" language with /*...*/ comments, #define's, #include's, case-sensitivity, implicit declarations, flat visibility, plus a punched-card reader. ________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!