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,912597791e813f68 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-19 10:16:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!diablo.theplanet.net!mephistopheles.news.clara.net!news.clara.net!feed.news.nacamar.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: advantages or disadvantages of ADA over pascal or modula Date: Sun, 19 Jan 2003 19:10:20 +0100 Organization: T-Online Message-ID: <3E2AEA0C.7AD2A87F@t-online.de> References: <3E171612.E4E2972@t-online.de> <3E296128.4183B70A@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1042999983 05 5942 i+AYE2cSScYFw7 030119 18:13:03 X-Complaints-To: abuse@t-online.com X-Sender: 320001779794-0001@t-dialin.net X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de Xref: archiver1.google.com comp.lang.ada:33214 Date: 2003-01-19T19:10:20+01:00 List-Id: 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