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,325c54deb91283fd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-30 08:14:10 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.teledanmark.no!news01.chello.no!dax.net!juliett.dax.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada in Iraq References: <155qhxofl6d88$.dlg@parsec.no-spoon.de> <4rWdnQYvvtn73DKjXTWcqA@gbronline.com> From: Ole-Hjalmar Kristensen Message-ID: <7vllxs81d1.fsf@vlinux.voxelvision.no> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 30 Apr 2003 15:13:31 GMT NNTP-Posting-Host: 193.216.12.150 X-Complaints-To: abuse@tele2.no X-Trace: juliett.dax.net 1051715611 193.216.12.150 (Wed, 30 Apr 2003 17:13:31 MET DST) NNTP-Posting-Date: Wed, 30 Apr 2003 17:13:31 MET DST Organization: Tele2 Norway AS Public Access X-Received-Date: Wed, 30 Apr 2003 17:14:04 MET DST (news01.chello.no) Xref: archiver1.google.com comp.lang.ada:36768 Date: 2003-04-30T15:13:31+00:00 List-Id: Georg Bauhaus writes: > Wesley Groleau wrote: > : Georg Bauhaus wrote: > :> Wesley Groleau wrote: > :> : > :> : - (A.multiply(A)).add (B.multiply(B)) instead of > :> : A * A + B * B > :> > :> You are caught in your Ada habits :-) > :> > :> - (A.times(A)).plus (B.times(B)) > :> > :> Quite readable, isn't it? > : > : No. > : > o.K., how would you write > > (X.fits(A)).or (X.fits(B)) ? > (or (fits (x a)) (fits (x b))) :-) or fits(x,a) or fits(x,b) or x.fits(a) or x.fits(b) -- Ole-Hj. Kristensen ****************************************************************************** * You cannot consistently believe this sentence. ******************************************************************************