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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bbb3407847759c29 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-14 07:56:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!newsstand.cit.cornell.edu!news.stealth.net!news.stealth.net!66.250.146.10.MISMATCH!newshosting.com!news-xfer1.atl.newshosting.com!uunet!dca.uu.net!ash.uu.net!spool0900.news.uu.net!reader0900.news.uu.net!not-for-mail Date: Thu, 14 Nov 2002 10:56:49 -0500 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Charles: missing default values References: <3dd32396$0$308$bed64819@news.gradwell.net> <9HFA9.19067$6Z.12706@nwrddc01.gnilink.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Message-ID: <1037289410.229886@master.nyc.kbcfp.com> Cache-Post-Path: master.nyc.kbcfp.com!unknown@nightcrawler.nyc.kbcfp.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1037289411 reader0.ash.ops.us.uu.net 5616 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:30879 Date: 2002-11-14T10:56:49-05:00 List-Id: Marin David Condic wrote: > If Charles is meant to emulate the STL, then it is just a "Me Too" effort. Well, take it up with the author, then. I'm not commenting on whether Charels is good, bad, or indifferent. I do know that the author has claimed that its design is based on the C++ STL, so I'm explaining what that means to people who might not be familiar with it. In the STL, algorithms are applied to iterator ranges, not to containers. Trust me, the number of C++ programmers who whine about this probably exceeds the total number of Ada programmers.