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: f5d71,304c86061dc69dba X-Google-Attributes: gidf5d71,public X-Google-Thread: 103376,5cb36983754f64da X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,304c86061dc69dba X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,304c86061dc69dba X-Google-Attributes: gid1014db,public X-Google-ArrivalTime: 2004-02-08 04:16:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.java Subject: Re: No call for Ada (was Re: Announcing new scripting/prototyping language) Date: 08 Feb 2004 12:12:44 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <20040206174017.7E84F4C4114@lovelace.ada-france.org> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1076242578 81 62.49.19.209 (8 Feb 2004 12:16:18 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 8 Feb 2004 12:16:18 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:5336 comp.lang.c:21109 comp.lang.c++:18104 comp.lang.java:2766 Date: 2004-02-08T12:12:44+00:00 List-Id: "Robert I. Eachus" writes: > I think you are on the right track. When I am programming in Ada, I > often spend most of a day coding. If I am exhausted at the end of it, > I will put off compiling until the next day. Otherwise, I hand all > the code to the compiler, and I am not surprised to be handed back > dozens of error messages. Fix the syntax bugs, and now I get twices > as many semantic errors. I don't know if I'm just too impatient, but I much prefer to implement each subprogram body and then compile it (they are usually separates, so GNAT is quite happy do do this from within Glide). If nothing else, it means that any problems with specs or inter-package relationships appear earlier. > Kill all those and I am surprised if the > test programs--often written between the package interface and the > package bodies--don't run correctly. -- Simon Wright 100% Ada, no bugs.