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,5f6125e9594f9968 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.227.230 with SMTP id sd6mr8951378pbc.8.1333445380968; Tue, 03 Apr 2012 02:29:40 -0700 (PDT) Path: r9ni13202pbh.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 03 Apr 2012 11:29:39 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada to C translator for small microcontrollers References: <2424259e-cf1c-408e-a57e-f2c948087186@i2g2000vbv.googlegroups.com> In-Reply-To: Message-ID: <4f7ac304$0$6563$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 03 Apr 2012 11:29:40 CEST NNTP-Posting-Host: 5c4bf0c2.newsspool4.arcor-online.net X-Trace: DXC=UmM4KW[KiQ?T2Rfi6:Lh>_cHTX3j=hA76`G2Q4d5 X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: 2012-04-03T11:29:40+02:00 List-Id: On 03.04.12 04:08, BrianG wrote: > I wonder if it's possible to create a C-target back end? :-) Won't it be a lot easier, and more flexible for industry, if there is some commonly accepted intermediate language for �Controllers that supports C well, but also supports other languages? the intermediate language then removes the need (and cost!) for implementers to implement the complicated C stuff correctly. OTOH, the makers of C compilers will not be happy, I guess, if there is a solution that makes switching languages easy. Oh well, I guess the makers of Ada compilers will feel the same.