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-Thread: 103376,c1400b61b3f80c1e X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Are there noticable differences in Ada acceptance by country? Date: Fri, 21 Mar 2008 16:41:21 +0000 Organization: Pushface Message-ID: References: <87d4pr6413.fsf@ludovic-brenta.org> <47e0fc15$0$89167$157c6196@dreader1.cybercity.dk> <13u2t1a2s141531@corp.supernews.com> <1fac7b25-a11f-4199-97ad-45688318e424@u69g2000hse.googlegroups.com> <1kv438li1fcvq.ox99qnglkog5.dlg@40tude.net> <9adb8bbd-5058-4406-b8b9-2ccfbc141264@u72g2000hsf.googlegroups.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1206117682 27537 62.49.19.209 (21 Mar 2008 16:41:22 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 21 Mar 2008 16:41:22 +0000 (UTC) Cancel-Lock: sha1:sbbX6q6WUXJumqYvXvr8/O1xvSU= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) Xref: g2news1.google.com comp.lang.ada:20533 Date: 2008-03-21T16:41:21+00:00 List-Id: "Jeffrey R. Carter" writes: > gpriv@axonx.com wrote: >> >> From my own C experience: using code from different sources X and Y >> coordinates in function calls were in different order: foo(x,y); >> boo(height, width), etc. Easy to overlook. > > Which is why we don't use C: > > Foo (X => X, Y => Y); > Boo (Width => X, Height => Y); or angles clockwise from North, with X positive East & Y positive North: Bearing := Arctan (X => Y, Y => X);