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,5f6125e9594f9968 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.129.169 with SMTP id nx9mr26481618pbb.2.1332944987378; Wed, 28 Mar 2012 07:29:47 -0700 (PDT) Path: z9ni11549pbe.0!nntp.google.com!news2.google.com!postnews.google.com!n19g2000yqk.googlegroups.com!not-for-mail From: KK6GM Newsgroups: comp.lang.ada Subject: Re: Ada to C translator for small microcontrollers Date: Wed, 28 Mar 2012 07:29:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1fbd0ca5-fa96-4437-bde7-b0fa5dcd103d@n19g2000yqk.googlegroups.com> References: <2424259e-cf1c-408e-a57e-f2c948087186@i2g2000vbv.googlegroups.com> <18324383.19.1332841560517.JavaMail.geo-discussion-forums@vbht7> <26305817.1823.1332879226490.JavaMail.geo-discussion-forums@vbiz13> NNTP-Posting-Host: 12.35.64.226 Mime-Version: 1.0 X-Trace: posting.google.com 1332944985 19864 127.0.0.1 (28 Mar 2012 14:29:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 28 Mar 2012 14:29:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n19g2000yqk.googlegroups.com; posting-host=12.35.64.226; posting-account=qZVz2QoAAAAN9WxYp-9jYb7jORc4Zqwt User-Agent: G2/1.0 X-HTTP-Via: 1.1 barracudaweb.tritool.rancho:8080 (http_scan/4.0.2.6.19) X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; .NET4.0C; .NET4.0E; InfoPath.1; BRI/2),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-03-28T07:29:41-07:00 List-Id: On Mar 27, 1:13=A0pm, kalvin.n...@gmail.com wrote: > tiistaina 27. maaliskuuta 2012 20.22.07 UTC+3 an...@att.net kirjoitti: > > > Full language translators are mostly used to move a project away from > > one language to another more accessable language. So, why use Ada in > > the first place. > > This is a very valid question. How large a software project needs to be i= n order to benefit from implementing it in Ada? Is it only a one person prj= oect, two person project or project involving a small team. Why bother with= Ada as we already have (free) C compiler avaiable. Even the smallest microcontroller projects could greatly benefit from Ada's realtime and concurrency features.