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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d5b211b0c1ffcf3e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.104 with SMTP id gp8mr20930757pbc.4.1340822816168; Wed, 27 Jun 2012 11:46:56 -0700 (PDT) Path: l9ni26718pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Eryndlia Mavourneen Newsgroups: comp.lang.ada Subject: Re: Practicalities of Ada for app development Date: Wed, 27 Jun 2012 11:46:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: <77f318a9-c982-401e-bc0e-f50024b368bb@googlegroups.com> References: <79c5c9f7-4b72-4990-8961-b3e2db4db79b@qz1g2000pbc.googlegroups.com> NNTP-Posting-Host: 129.59.203.209 Mime-Version: 1.0 X-Trace: posting.google.com 1340822816 2860 127.0.0.1 (27 Jun 2012 18:46:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jun 2012 18:46:56 +0000 (UTC) In-Reply-To: <79c5c9f7-4b72-4990-8961-b3e2db4db79b@qz1g2000pbc.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=129.59.203.209; posting-account=7Oy7OQoAAABhVYFOo553Cn1-AaU-bSfl User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-06-27T11:46:55-07:00 List-Id: >> RE: String processing in Ada. There are existing, very good packages that do string processing as well as= containers that do not exist in Ada 2012. The Booch components are one, a= nd I have seen any number of others, many from university. Dmitry, do I re= call that you have something along those lines? Certainly in terms of efficiency, once should just process a string in-plac= e, but that's not always fun, and efficiency doesn't always matter.