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,7d14d8f47ca035bf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-04 06:26:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-xfer.nuri.net!newsfeed.dacom.co.kr!news.tele.dk!194.8.194.95!news.netcologne.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: Ada Generic vs. C++ Templates Date: Wed, 4 Apr 2001 13:24:26 +0000 (UTC) Organization: Gerhard-Mercator-Universitaet - Gesamthochschule Duisburg Message-ID: <9af7aa$5io$1@a1-hrz.uni-duisburg.de> References: NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 986390666 5720 134.91.4.34 (4 Apr 2001 13:24:26 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 4 Apr 2001 13:24:26 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:6444 Date: 2001-04-04T13:24:26+00:00 List-Id: Josef Widder (e9625114@student.tuwien.ac.at) wrote: : As project for university i'd like to compare the power of the Ada : Generic construct relative to C++ templates. (Sorry if this comes twice, I'm sitting at a US keyboard, with y in place of z and consequenes...) Is Josef's question of no general interest? As yet I've seen only barking preference-statements about 3-character-name programming languages :-) Bjarne Stroustrup's Book, 3rd ed., says where C++ templates originally came from, namely a now outdated version of Ada and CLU. In anothere thread you, Josef, will find a partial comparison of C++ templates vs. Ada generics. (Being recursive or not, compile time issues, ... and relative merits thereof). As for programming language resources, I find BURKS rather useful: http://burks.bton.ac.uk/burks/language/index.htm Iirc, there is a "standard" reference for generics dating from the late 70s. Could someone in the know enlighten, please? Georg