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,243dc2fb696a49cd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!elnk-atl-nf1!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread3.news.atl.earthlink.net.POSTED!14bb18d8!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl) References: <41547dae$0$91007$39cecf19@news.twtelecom.net> <41583b4c$0$74190$39cecf19@news.twtelecom.net> 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: Tue, 28 Sep 2004 04:46:04 GMT NNTP-Posting-Host: 64.185.133.124 X-Complaints-To: abuse@earthlink.net X-Trace: newsread3.news.atl.earthlink.net 1096346764 64.185.133.124 (Mon, 27 Sep 2004 21:46:04 PDT) NNTP-Posting-Date: Mon, 27 Sep 2004 21:46:04 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:4301 Date: 2004-09-28T04:46:04+00:00 List-Id: kevin.cline@gmail.com (Kevin Cline) writes: > "Matthew Heaney" wrote in message > news:<41583b4c$0$74190$39cecf19@news.twtelecom.net>... > > > C++ works by making containers look like built-in types. That's > > different from Ada, which (as demonstrated above) makes the built-in > > type look like a container. > > Ok, but shouldn't that code be generic? The code above works for only > one algorithm on one particular array type. You're still confused. The local subprograms are analogous to STL binders and function objects. The generic part is Generic_Op. The rest is just glue.