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,243dc2fb696a49cd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: kevin.cline@gmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl) Date: 23 Sep 2004 11:24:32 -0700 Organization: http://groups.google.com Message-ID: References: <1ec946d1.0409222224.6d86e038@posting.google.com> NNTP-Posting-Host: 198.23.5.11 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1095963872 4608 127.0.0.1 (23 Sep 2004 18:24:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Sep 2004 18:24:32 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:4031 Date: 2004-09-23T11:24:32-07:00 List-Id: mheaney@on2.com (Matthew Heaney) wrote in message news:<1ec946d1.0409222224.6d86e038@posting.google.com>... > kevin.cline@gmail.com (Kevin Cline) wrote in message news:... > > > > You can compare the implementations at > > http://www.geocities.com/kc0a/wordcount.html > > See also the latest version of the wordcount example, that compiles > against the Madison release of the AI-302 API: > > http://charles.tigris.org/source/browse/charles/src/ai302/examples/wordcount/ > > This should give you some idea of how things will work in Ada 2005. Ok, but the new code is longer than the old code. There are 150 non-blank lines in the main body, and an additional 19 lines of code in two instantiation specifications, for a total of 179 lines of code.