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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fdc75443ea18fb32 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-30 14:31:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!washdc3-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Queue Date: Sat, 1 Dec 2001 00:11:48 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9u90g1$1m2$1@news.huji.ac.il> References: <%QRM7.39743$xS6.65958@www.newsranger.com> <9u0qhb$pq5$1@nh.pace.co.uk> NNTP-Posting-Host: di4-11.dialin.huji.ac.il X-Trace: news.huji.ac.il 1007158594 1730 132.64.14.11 (30 Nov 2001 22:16:34 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Fri, 30 Nov 2001 22:16:34 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:17250 Date: 2001-12-01T00:11:48+02:00 List-Id: Ted Dennison wrote in message news:u89N7.40977$xS6.68933@www.newsranger.com... > I was actually hoping to end up with something like that. Not an Ada version of > the STL, but rather something on the STL's level of ease of use and power, but > fitting in "snugly" with Ada and its libraries. That's why I kept pointing back > to the STL as a point of comarison in the discussions. > I think it is fair to ask whether Ada makes this goal too hard to achieve. I think some things we came across (like the need of nested instnatiations, when using an OO design; or the library level instnation needed if we want to use Controlled) can't be solved nicely with Ada95. Maybe this can guide some language changes. In fact, the STL influenced the C++ design process too. Ehud