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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a84eaf8fb2470909 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!i12g2000cwa.googlegroups.com!not-for-mail From: "Marco" Newsgroups: comp.lang.ada Subject: Re: Ada generics Date: 23 Dec 2006 06:09:25 -0800 Organization: http://groups.google.com Message-ID: <1166882965.263182.83520@i12g2000cwa.googlegroups.com> References: <1166710494.869393.108730@a3g2000cwd.googlegroups.com> <17fe4xfogg7p5.1dcyc5nyc2gsl.dlg@40tude.net> <1166805696.291429.239590@48g2000cwx.googlegroups.com> <1166811980.980627.270680@a3g2000cwd.googlegroups.com> <06tzznwsso.fsf@hod.lan.m-e-leypold.de> NNTP-Posting-Host: 69.139.208.12 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1166882970 4802 127.0.0.1 (23 Dec 2006 14:09:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 23 Dec 2006 14:09:30 +0000 (UTC) In-Reply-To: <06tzznwsso.fsf@hod.lan.m-e-leypold.de> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; FunWebProducts; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i12g2000cwa.googlegroups.com; posting-host=69.139.208.12; posting-account=PsyYVgwAAABRh0-dMt9NVps5JZnXlH2Z Xref: g2news2.google.com comp.lang.ada:8004 Date: 2006-12-23T06:09:25-08:00 List-Id: > I've compiled 20 years old Ada 83 code with Gnat after renaming just > some files. Have you ever tried to rebuild a C++-projekt from last > year or from 5 years ago? How true, we just search for forgiving C++ compilers (such as Intel) to keep pushing the old C++ forward. I suggest that the OP implement a generic sort, stack etc in each language to get a feel for the differences. Then try creating instances.