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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,45b47ecb995e7a3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-07 19:19:11 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Ada Idioms Progress Preview Date: 7 Aug 2001 19:19:11 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0108071819.6e84e33d@posting.google.com> References: <3B6F1B2F.4FC3C833@gsde.hou.us.ray.com> NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 997237151 584 127.0.0.1 (8 Aug 2001 02:19:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 8 Aug 2001 02:19:11 GMT Xref: archiver1.google.com comp.lang.ada:11564 Date: 2001-08-08T02:19:11+00:00 List-Id: tmoran@acm.org wrote in message news:... > Perhaps Ada should not have idioms. I understand Tom's point here, and I would rephrase it as a requirement that Ada idiom's be obvious once seen to someone who knows Ada. That's true for example of Stanley's Boolean'Pos idiom (which is indeed a useful one to know). So when you read one of these idioms, the reaction should be one of a) ah, yes, I know that, and immediately know what it means b) ah, interesting way of doing things, yes, I understand it and will remember this in future. It should not be: c) Gadzooks! What on earth does that mean, let me reach for the LRM. Ah, yes, finally figured it out -- to clever for me!