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: a07f3367d7,8e1d11d5f7e1eb9b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!k5g2000pra.googlegroups.com!not-for-mail From: Michael R Newsgroups: comp.lang.ada Subject: Re: Status of AdaCL: Ada Class Library Date: Sun, 21 Feb 2010 18:07:10 -0800 (PST) Organization: http://groups.google.com Message-ID: <93e1b4ab-451d-42fb-aff6-ed481001e964@k5g2000pra.googlegroups.com> References: <05a58751-7a13-48d6-9080-91322817bfe8@t32g2000pre.googlegroups.com> <7ue685FpluU1@mid.individual.net> NNTP-Posting-Host: 76.126.186.109 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1266804430 31622 127.0.0.1 (22 Feb 2010 02:07:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 Feb 2010 02:07:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k5g2000pra.googlegroups.com; posting-host=76.126.186.109; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTB6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9284 Date: 2010-02-21T18:07:10-08:00 List-Id: On Feb 21, 5:51=A0pm, Bj=F6rn Persson wrote: > Michael R wrote: > > I remembered a previous post on a command line handling library, > > searched and found AdaCL. =A0The > > Orto package seems to be something, on the surface, that might be > > really useful but it depends on > > the Charles library which appears to be a pre-Ada2005 container > > library. =A0The date associated with > > the latest release on the download page is 2007-12-09. =A0Is this > > project "dead"? > > Orto isn't dead, but it's dormant while I'm focusing on other projects. I > can't speak for Charles or for the rest of AdaCL, but Orto and EAstrings = are > "alive" and if you find any bugs in them then I want to hear about it. > > I had intended to switch from Charles to Ada.Containers, but I changed my > mind when I learned that Ada.Containers can't even be read by multiple ta= sks > at once. As far as I know the Charles containers can be accessed by multi= ple > tasks as long as none of them modifies the container. The internal data > structure in Orto ? which makes use of Charles ? isn't modified after the > parsing is done, so if you parse the command line before you start any > additional tasks, you can then freely look up parameters in multiple task= s. > > I believe Charles still works, but I could probably use some other contai= ner > library if there is a compelling reason to stop using Charles. > > -- > Bj=F6rn Persson > PGP key A88682FD Hi, Good to know. I'll try using it. Take care, Michael.