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,229ea0001655d6a2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!news.in2p3.fr!in2p3.fr!news.ecp.fr!news2.arglkargh.de!noris.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Generic Package From: Georg Bauhaus In-Reply-To: <4631aa02$1@news.post.ch> References: <1177539306.952515.222940@s33g2000prh.googlegroups.com> <1177601484.444701.171560@r35g2000prh.googlegroups.com> <4631aa02$1@news.post.ch> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1177714458.6428.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Sat, 28 Apr 2007 00:54:18 +0200 NNTP-Posting-Date: 28 Apr 2007 00:54:18 CEST NNTP-Posting-Host: a9f59ae5.newsspool1.arcor-online.net X-Trace: DXC=631I^[]3AE_1`E>oC;JXEZic==]BZ:af^4Fo<]lROoRQFl8W>\BH3YR;^PWiQ^92G\A:ho7QcPOVS`oX020D?3SS\JQVUG49hE^ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:15369 Date: 2007-04-28T00:54:18+02:00 List-Id: On Fri, 2007-04-27 at 09:45 +0200, Martin Krischik wrote: > Jeffrey R. Carter schrieb: > > > It sounds as if you're using Ada 95, since otherwise I presume you would > > use Ada.Containers. > > Ahmm - I actually prefer the interface of the booch components over > Ada.Containers. I don't like the STL either. To low level for my taste. OTOH, Ada.Containers has been pushed from the STL towards the Booch Components, or so it could be said, I think. For example, a number of algorithms that are typically implemented using a generic function in C++ have been made a predefined part of the respective container packages.