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: 103376,243dc2fb696a49cd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!elnk-atl-nf1!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!14bb18d8!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl) References: 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, 24 Sep 2004 01:51:41 GMT NNTP-Posting-Host: 64.185.133.124 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1095990701 64.185.133.124 (Thu, 23 Sep 2004 18:51:41 PDT) NNTP-Posting-Date: Thu, 23 Sep 2004 18:51:41 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:4075 Date: 2004-09-24T01:51:41+00:00 List-Id: "Randy Brukardt" writes: > Why were all of the files needed? For a program of this size, I would > have nested the specifications in the body. (One possible reason was > the old restriction on nesting of tagged type extensions. Ada 2005 has > eliminated this restriction, so that particular issue will go away > soon.) Yes, the map instantiation was done at library level. However, Kevin's file count appears to include all of the files in the closure of the program, which means he's counting all the stuff in ada.containers.*. This isn't really fair, since he didn't count all the myriad files in the STL. Once the AI about nested instantiations gets approved, then the actual, correct file count should only be 1. -Matt