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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ea19776e3073a96 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: C/C++ programmer giving Ada95 a chance -- writing an emulator. Date: 2000/04/07 Message-ID: <38EDFC8C.15595CD5@maths.unine.ch>#1/1 X-Deja-AN: 608029295 Content-Transfer-Encoding: 7bit References: <38e148e2.5089627@news.shreve.net> <38E2E979.3D1A95DE@research.canon.com.au> <38e7e951.8384503@news.shreve.net> <8c7j8c$plf$1@wanadoo.fr> <8c80ms$jnk$1@nnrp1.deja.com> <38E8F9C4.6D0E137@cadence.com> <8ciddt$2v7$1@nnrp1.deja.com> <2000Apr6.125002.1@eisner> <8cikrf$aqh$1@nnrp1.deja.com> <38ECE79C.4F70D434@maths.unine.ch> <8ckgb0$ati$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 7 Apr 2000 17:19:40 +0100, mac13-32.unine.ch Organization: Maths - Uni =?iso-8859-1?Q?Neuch=E2tel?= MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-04-07T00:00:00+00:00 List-Id: Robert Dewar wrote: > Well I think we can all agree that fast scrolling terrifying > diagnostics are NOT a good thing :-) For those who haven't come across the wonderful but incredibily verbose DEC Ada, I just ran a little test on a project of mine. I change package FIO is new Float_IO(float); package LFIO is new Float_IO(float); into package FIO is new Float_IO(float); package LFIO is new Float_IO(FT_real); DEC Ada produces 2925 lines of insults (180 KB), at the end of which you can read: Terminating compilation because ERROR_LIMIT=30 reached !!! _____________________________________________ Gautier -- http://members.xoom.com/gdemont/