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,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-11 12:01:06 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: why not Date: Sun, 11 Nov 2001 21:50:49 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9sml2i$q9b$1@news.huji.ac.il> References: <3BC5D730.DA950CC7@boeing.com> <9q4pa7$1ad$1@nh.pace.co.uk> <3BC6ACC8.23EF21BC@free.fr> <3BC71F54.1FFE78FA@boeing.com> <1KGx7.26476$ev2.35117@www.newsranger.com> <3BC7AD82.2A0CCCD4@acm.org> <9qhiqr$af0$1@nh.pace.co.uk> <1nDC7.180$6S7.92255364@newssvr11.news.prodigy.com> <9rjsak$bp3$1@nh.pace.co.uk> <9rmhb9$o1b$1@nh.pace.co.uk> <3BDEF0FE.B55FED9E@san.rr.com> <9rmuqi$es$1@nh.pace.co.uk> <3BDF1F13.4B99361C@san.rr.com> <9rnbtv$5i4$1@nh.pace.co.uk> <3BDF8C59.5020108@mail.com> <9rp9bk$6m9$1@nh.pace.co.uk> <9rrtkt$bum$1@nh.pace.co.uk> NNTP-Posting-Host: di4-32.dialin.huji.ac.il X-Trace: news.huji.ac.il 1005508498 26923 132.64.14.32 (11 Nov 2001 19:54:58 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Sun, 11 Nov 2001 19:54:58 +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:16289 Date: 2001-11-11T21:50:49+02:00 List-Id: Matthew Heaney wrote in message news:tu3223ruonn210@corp.supernews.com... > Not necessarily. Sorting can done by a separate sort algorithm that > operates on items via iterators. Or it can be a generic child function I suggested this design but nobody seemed to really like it. At the very least the algorithms should be in a collective child package. Many users don't need them, and this helps control the complexity and learning curve. Ehud