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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1116ece181be1aea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-26 06:06:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!adsl-213-200-246-247.cybernet.CH!not-for-mail From: Vinzent 'Gadget' Hoefler Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? [although this thread changed to something else a long time ago] Date: Fri, 26 Sep 2003 15:05:10 +0200 Organization: JeLlyFish software Message-ID: References: <3F7024F8.1000102@crs4.it> <3F71A78A.5000701@crs4.it> Reply-To: v.hoefler@acm.org NNTP-Posting-Host: adsl-213-200-246-247.cybernet.ch (213.200.246.247) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de 1064581557 7447807 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:42983 Date: 2003-09-26T15:05:10+02:00 List-Id: Russ wrote: >Vinzent 'Gadget' Hoefler wrote in message = news:... > >Let me pose a question. Suppose you were picking apples and putting >them into a bushel basket. Each time you pick an apple, would you dump >the contents of the basket on the ground, add the new apple, then >reload them all into the basket? Or would you just add the new apple >to the basket? The latter. But I wouldn't expect to let the basket operate on the single apple like |Basket +=3D 1; would apply, I would do something like: |Put (Into =3D> Basket, What =3D> Apple, Amount =3D> 1); ;-P As I said, I consider the procedural version a good compromise. Vinzent.