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 14:33:28 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: no title Date: Mon, 02 Jun 2003 22:33:26 +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 1054589607 23985 62.49.62.197 (2 Jun 2003 21:33:27 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 2 Jun 2003 21:33:27 +0000 (UTC) User-Agent: Pan/0.13.4 (She had eyes like strange sins.) Xref: archiver1.google.com comp.lang.ada:38405 Date: 2003-06-02T22:33:26+01:00 List-Id: On Mon, 02 Jun 2003 03:55:21 -0400, And838 wrote: > Bobby Bryant wrote: >>Also, it's not uncommon to find someone who tries to do "cute" things to >>optimize some local operation for speed, but then embeds it in a horribly >>inefficient exponential-time algorithm. > > yeah, like bubble sort in assembler. I shouldn't laugh. I'll probably make this mistake once, and hopefully ONLY once. > > Thanks Robert for the information! There is a lot there for me to investigate and learn! > > 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. > > Thanks again for the help! > > Andrew PLEASE! Enable word wrapping in your news client! Luke.