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 04:15:11 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada Idioms Progress Preview Date: 7 Aug 2001 07:15:09 -0500 Organization: LJK Software Message-ID: <4V+as+yNIsOy@eisner.encompasserve.org> References: <3B6F1B2F.4FC3C833@gsde.hou.us.ray.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 997182453 2947 192.135.80.34 (7 Aug 2001 11:07:33 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 7 Aug 2001 11:07:33 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:11483 Date: 2001-08-07T07:15:09-05:00 List-Id: In article , tmoran@acm.org writes: > Perhaps Ada should not have idioms. An idiom makes no sense to someone > who doesn't know it, eg "He lost his marbles". Unless it's so well > known that you can guarantee that a maintenance programmer will > recognize it, you shouldn't be, and shouldn't have to be, using it. MY_VAR : MY_TYPE := MY_FUNC(37); is an idiom. It is strange to someone just learning Ada, but familiar to somewhat who knows Ada. That is analogous to idioms in English.