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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,58539c37894df295 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.88.41 with SMTP id bd9mr71010pab.47.1344630754262; Fri, 10 Aug 2012 13:32:34 -0700 (PDT) Path: p10ni32553592pbh.1!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 10 Aug 2012 15:32:33 -0500 Date: Fri, 10 Aug 2012 16:32:33 -0400 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Curiosity rover on Mars References: <91c0b518-899a-473f-96f8-2df630094412@googlegroups.com> <20120809072347.41d862e4@lufsen.sandat.dyndns.org> In-Reply-To: <20120809072347.41d862e4@lufsen.sandat.dyndns.org> Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-60d2wsLR3r370NCKVqI2SrW6coguGQAr47QpQqvAFi+2YGLCdt5jdn1MRzXmgEWSlVari925BtYPU9u!BZMzqiJY60t97ixfKXZiEyNapeGpypW8sNGc+TkNHPshhrAPbOKP7LtXJCENZCA= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1760 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-08-10T16:32:33-04:00 List-Id: On 2012-08-09 01:23, Per Sandberg wrote: > If the automated tool chain is: > > "C -> Assembly -> MachineCode" > "Ada -> Assembly -> MachineCode" > "Ada -> C -> Assembly -> MachineCode" > "simulink -> C -> Assembly -> MachineCode" > "simulink -> Ada -> C -> Assembly -> MachineCode" > > All the above scenarios are possible so in what language is the system > written in ?? It's written in whatever language the humans used. The rest is just an artifact of translation. Peter