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,1116ece181be1aea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-30 05:35:32 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!4.24.21.153!chcgil2-snh1.gtei.net!news.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? Date: 30 Sep 2003 07:35:24 -0500 Organization: LJK Software Message-ID: References: <1064527575.648809@master.nyc.kbcfp.com> <3F739C1D.4030907@attbi.com> <3F78E850.8010401@comcast.net> <3F797748.3000203@noplace.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1064925289 19624 192.135.80.34 (30 Sep 2003 12:34:49 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 30 Sep 2003 12:34:49 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:8 Date: 2003-09-30T07:35:24-05:00 List-Id: In article <3F797748.3000203@noplace.com>, Marin David Condic writes: > I'm not even sure why Bounded_String exists - except for intellectual > completeness. Yes, I can see where in some cases I might want the > flexibility of Unbounded_String with the determinism of String. However, > in practice, I use either String or Unbounded_String. I don't even think > I ever took the shrink-wrap off of Bounded_String. If I really needed > it, I could create it on my own rather easily. But I've never needed it. But the programming practices of others may differ. Efficiency concerns may have different parameters in other environments. > There's another reason for having a conventional library outside of the > ARM - we could have experimented with the three string packages and > discovered if there was much interest in a Bounded_String before > committing it to permanent existence as part of the standard. No ! The meaning of a conventional library should be something that will stay available in perpetuity. Otherwise it is just like any other library that may or may not be present.