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-Thread: 103376,f822ae7b0f7433c1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s72.POSTED!53ab2750!not-for-mail From: Jeffrey Carter User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Translating an embedded C algorithm References: <1168871816.263502.212100@11g2000cwr.googlegroups.com> <45ae0afb$0$22524$39db0f71@news.song.fi> <1169040688.133180.20300@s34g2000cwa.googlegroups.com> <1169129966.683025.63680@a75g2000cwd.googlegroups.com> In-Reply-To: <1169129966.683025.63680@a75g2000cwd.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s72 1169146271 12.201.97.213 (Thu, 18 Jan 2007 18:51:11 GMT) NNTP-Posting-Date: Thu, 18 Jan 2007 18:51:11 GMT Organization: AT&T ASP.att.net Date: Thu, 18 Jan 2007 18:51:11 GMT Xref: g2news2.google.com comp.lang.ada:8274 Date: 2007-01-18T18:51:11+00:00 List-Id: Talulah wrote: > > I accept that may be the case. However, there are no Ada tools for very > many microcontrollers. The cost drives the choice of microcontroller, > and the microcontroller then drives the choice of development system. There is Ada for every microcontroller with an ANSI C compiler. See http://sofcheck.com/products/adamagic.html > When was the last time you wrote an Ada program to run on a > microcontroller such as a PIC or ATMega48, i.e. something around the > $0.50 price mark? And can you tell me a compiler vendor? C compilers > are available for both these devices. Therefore most embedded > developers (who are not in the military market and where cost is the > greatest issue) cannot choose the language they develop in. Already answered. > Nit-picking. Fine distinctions. As I said before, most embedded > development IS doen in C, so that should be reflected in the book. The > fact that I want to show readers that other languages exist, and are > better for certain applications does not mean that I have to be an > expert in, or even know those other languages, especially when there > are so many very helpful posters to this thread that have made useful > suggestions. Fine distinctions are essential to SW engineering. As a SW engineer, I tend to carry them over to other areas, forgetting that most people are not SW engineers.