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,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-25 17:13:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!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: =?iso-8859-1?q?Re:_How_to_get_a_=BBConventional_Ada_Library=AB?= =?iso-8859-1?q?_(Was:_Ideas_for_Ada_200X)?= References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED4A94C.2020501@noplace.com> <3ED6A852.75AC0133@adaworks.com> <3ED74ED3.4020505@noplace.com> <3ED7C8C5.3070902@cogeco.ca> <3ED826BB.9010509@noplace.com> <3F61BA28.3060507@crs4.it> <3F6205B8.3070402@attbi.com> <3F6316DC.7080106@noplace.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 00:13:30 GMT NNTP-Posting-Host: 65.110.133.134 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1064535210 65.110.133.134 (Thu, 25 Sep 2003 20:13:30 EDT) NNTP-Posting-Date: Thu, 25 Sep 2003 20:13:30 EDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:42949 Date: 2003-09-26T00:13:30+00:00 List-Id: "Warren W. Gay VE3WWG" writes: > Marin David Condic wrote: > ... > > As for a conventional Ada library getting too complex, let me start > > here: To the extent that containers are part of such a library, I'd > > support a plain-vanilla set of lists and maps with "Ease Of Use" as > > a primary goal. I'd also want to consider a second set of more > > elaborate and powerful containers with "Maximum Utility" as a goal - > > on which you go build whatever else you want to stick into the > > library. Make sure it is well documented. > > I would support this idea. You might be interested in my container library proposal for Ada 0X. My proposal is based on the STL. The API I describe in the proposal is close to the Charles library.