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: 103376,912597791e813f68 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-19 15:42:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: advantages or disadvantages of ADA over pascal or modula Date: 19 Jan 2003 17:42:15 -0600 Organization: LJK Software Message-ID: References: <3E171612.E4E2972@t-online.de> <3E296128.4183B70A@t-online.de> <3E2AEA0C.7AD2A87F@t-online.de> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1043019728 24535 192.135.80.34 (19 Jan 2003 23:42:08 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 19 Jan 2003 23:42:08 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:33219 Date: 2003-01-19T17:42:15-06:00 List-Id: In article <3E2AEA0C.7AD2A87F@t-online.de>, Alfred Hilscher writes: > Well, nice. But - what do you test, debug, document and so on: Ada or > C-code? > > > Larry Kilgallen schrieb: >> >> In article <3E296128.4183B70A@t-online.de>, Alfred Hilscher writes: >> >> > Assume you have to program a brake control for car, would you do it in >> > Ada? Then I would like to know which tools you use. The systems I know >> > are based on microcontrollers HC11/HC12 or 8051. _I_ don't know any >> > Ada-compiler for these chips. While there are a lot of C develop >> > environments, there are only very few for Modula, and none for Ada. >> > Please correct me if I'm wrong. >> >> The SofCheck AdaMagic compiler is available in a form that uses ANSI C >> as an intermediate language. Thus any target machine for which you >> have an ANSI C compiler can be programmed using Ada. Using this method >> one automatically takes advantage of whatever peephole optimization the >> hardware-specific C compiler provides. >> >> http://www.sofcheck.com When programming in Fortran, do you test, debug and document in Fortran or in the Intermediate Language of your Fortran compiler ?