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-26 03:48:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.isc.org!sjc70.webusenet.com!news.webusenet.com!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? References: <1064527575.648809@master.nyc.kbcfp.com> <3F739C1D.4030907@attbi.com> <6ev7nvc9houpb66ishpkm3h8ref7l6eu7c@4ax.com> From: Matthew Heaney Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Sep 2003 10:47:59 GMT NNTP-Posting-Host: 65.110.133.134 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1064573279 65.110.133.134 (Fri, 26 Sep 2003 06:47:59 EDT) NNTP-Posting-Date: Fri, 26 Sep 2003 06:47:59 EDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:42977 Date: 2003-09-26T10:47:59+00:00 List-Id: Dmitry A. Kazakov writes: > On Fri, 26 Sep 2003 02:31:52 GMT, Matthew Heaney > wrote: > > >The problem with Ada.Strings.Unbounded is that to do anything useful > >with it requires a conversion to type String, which is grossly > >inefficient, not to mention awkward. > > Yes, but the problem is deeper - unbounded string are not arrays. That's true of the C++ std::string. Yet that class manages to have a c_str() member function that does return an array.