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 Newsgroups: comp.lang.ada Subject: Re: Translating an embedded C algorithm References: <1168871816.263502.212100@11g2000cwr.googlegroups.com> From: Markus E Leypold Organization: N/A Date: Tue, 16 Jan 2007 11:40:46 +0100 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:9PTVVqxBArIXFBT+tDopJzQVC7Q= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.193.215 X-Trace: news.arcor-ip.de 1168943786 88.72.193.215 (16 Jan 2007 11:36:26 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:8160 Date: 2007-01-16T11:40:46+01:00 List-Id: > And why cannot C be augmented by RTOSs and other systems software to > achieve this? Can and has been. Of course there are tradeoffs like the safer type system of Ada vs. the higher popularity (read more libraries and existing code) of C and the fact that you can invent your own tasking primitives in C. Regards -- Markus