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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b553d2c02a2df59f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news4.google.com!news.glorb.com!newsgate.cistron.nl!amsnews11.chello.com!feeder1.cambrium.nl!feed.tweaknews.nl!news.netcologne.de!nhp.netcologne.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: limited types (Was: Records that could be arrays) Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1cwl2r5h594du$.1q4kglbpb2bma.dlg@40tude.net> <10ovc4gxk6wka.gttjb2v0fbcq$.dlg@40tude.net> <13yslifejxwuq.15rip8gh2aufj.dlg@40tude.net> <44031ace$0$13779$9b4e6d93@newsread4.arcor-online.net> Date: Mon, 27 Feb 2006 17:05:47 +0100 Message-ID: <1i6nwodxgp1bn.voklt7nvcl1g$.dlg@40tude.net> NNTP-Posting-Date: 27 Feb 2006 17:05:47 MET NNTP-Posting-Host: 9d932e5f.newsread2.arcor-online.net X-Trace: DXC=V0HMj>RV4XjTE46CRO0njmQ5U85hF6f;djW\KbG]kaMhQc4L4[MA2T`[fTnMQTi\ja[6LHn;2LCVn7enW;^6ZC`dIXm65S@:3>o X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3185 Date: 2006-02-27T17:05:47+01:00 List-Id: On Mon, 27 Feb 2006 15:34:58 +0100, Georg Bauhaus wrote: > Dmitry A. Kazakov wrote: >> On Sun, 26 Feb 2006 22:07:00 GMT, Matthew Heaney wrote: > >>> Write your algorithms in terms of sequences of elements instead of containers, >>> and you can forget about containers. >> >> No, thanks. If I wished that sort of untyped design, there would be C++ and >> dynamically typed languages at my disposal. I don't want untyped >> containers. I would keep boxes for apples and barrels for herrings in >> separate rooms. > > What kind of operations on containers do you have in mind, > as opposed to operations focussing on their elements? 1. Passing as a parameter 2. Copying 3. Merging 4. Slicing 5. Closures and simultaneous traversal of two or more containers 6. Relational operations on sets of containers ... -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de