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-Thread: 103376,8f802583e5c84fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: String filtering Date: 30 Sep 2005 13:54:20 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1j92wa9843ylq.16j89wuqatbaj$.dlg@40tude.net> <1b54lwg8s1gk8.1t3jp1cmc2x32$.dlg@40tude.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1128102860 5947 192.74.137.71 (30 Sep 2005 17:54:20 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 30 Sep 2005 17:54:20 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:5315 Date: 2005-09-30T13:54:20-04:00 List-Id: "Randy Brukardt" writes: > "Dmitry A. Kazakov" wrote in message > news:1b54lwg8s1gk8.1t3jp1cmc2x32$.dlg@40tude.net... > ... > > Well, out parameters in functions are much desired by almost anybody, > > except the ARG members. (:-)) > > You mean about 50% of ARG members. (*This* ARG member is strongly in favor > of such parameters, to the point that I put an AI on the agenda to look at > the issue again (AI-323), But no joy in Mudville, er, Adaland.) Access > parameters are a very incomplete and aggravating substitute. I'm an ARG member, and I agree with Randy here. I don't know if the ratio is more or less than 50%. I have a feeling that more than 50% would allow 'out' parameters on functions, but the minority who disagree feel much more strongly about it. By the way, Tucker disagrees with Randy and I on this point. - Bob