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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,5f7230830b229a11 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-30 09:21:08 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!cyclone.bc.net!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: FW: Is the Writing on the Wall for Ada? Date: 30 Sep 2003 11:21:01 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1064938828 23282 192.135.80.34 (30 Sep 2003 16:20:28 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 30 Sep 2003 16:20:28 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:24 Date: 2003-09-30T11:21:01-05:00 List-Id: In article , Preben Randhol writes: > On 2003-09-30, M�rio Amado Alves wrote: >> Bounded_String is useful--and actually used by people. However I don't >> agree with multiplying every string-related tool by the three string >> versions. Please do them for String only. Keep the ARM small. > > Why? The function To_String can readily be used to process a Bounded String when providing it as a parameter to a subprogram that requires an input String. Depending on the compiler, this could be as efficient at runtime as providing a String.