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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6b6619eb9cada212 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Help me to chose between ADA 95 and C++ Date: 1999/12/14 Message-ID: <1999Dec14.143953.1@eisner>#1/1 X-Deja-AN: 560663836 References: <01bf37fb$a91afb60$0564a8c0@IS-D2D04C.test> <829rbv$a8m$1@nntp6.atl.mindspring.net> <01bf3e32$0b9dc880$022a6282@dieppe> <385112AE.7E2CFA9@rdel.co.uk> <833d8i$sjf$1@nntp5.atl.mindspring.net> <38566835.B4A2D48@rdel.co.uk> X-Trace: news.decus.org 945200395 16103 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-12-14T00:00:00+00:00 List-Id: In article <38566835.B4A2D48@rdel.co.uk>, Chris Powell writes: > Equal care is required in Ada, but possibly for different reasons. If > types are defined incorrectly the resultant code ends up worse than if > no types were used. Although explicit type conversions are required > which should alert the programmer to a potential violation of the > intended design, often there end up being so many conversions everywhere > that the programmer no longer gives them a second thought. If conversions get that numerous, it is a sign of bad design. One can code Fortran in any language. Coding C in Ada is much worse than coding C in C. Larry Kilgallen