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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52fd60a337c05842 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-15 20:08:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: gautier_niouzes@hotmail.com (Gautier) Newsgroups: comp.lang.ada Subject: Re: ada paper critic Date: 15 Jun 2002 20:08:03 -0700 Organization: http://groups.google.com/ Message-ID: <17cd177c.0206151908.5e17952a@posting.google.com> References: <3D0A399C.EF6F1BD9@acm.org> <3D0B4F68.1030106@telepath.com> NNTP-Posting-Host: 217.162.106.24 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1024196884 9356 127.0.0.1 (16 Jun 2002 03:08:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jun 2002 03:08:04 GMT Xref: archiver1.google.com comp.lang.ada:26061 Date: 2002-06-16T03:08:04+00:00 List-Id: Ted Dennison: > Actually, one I actually did to myself was to rename "<" to ">". That > took me quite a while to track down too. :-( A nice way of self-shooting is also to trust too much the safety of "in" and "out" parameters... procedure P(x: in t; y: out t) is ... z: t; P(z,z); No warning (from the compilers I know) and a lot of amusement too, especially when P calls Q and so on! Is there a list for such things ? ________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, address on the Web site!