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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: backlog1.nntp.dca.giganews.com!backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx18.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:31.0) Gecko/20100101 Thunderbird/31.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Language ranking References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Sat, 05 Apr 2014 00:03:19 UTC Organization: TeraNews.com Date: Fri, 04 Apr 2014 18:03:16 -0600 X-Received-Bytes: 1548 X-Received-Body-CRC: 166067936 X-Original-Bytes: 1567 Xref: number.nntp.dca.giganews.com comp.lang.ada:185542 Date: 2014-04-04T18:03:16-06:00 List-Id: On 04-Apr-14 17:21, Yannick Duchêne (Hibou57) wrote: > C is special case though, as it's often used as a target language (or a > portable assembly language). There are other languages where you could do this, too. Forth comes to mind as a possible alternative as it's supposed to be pretty dang easy to implement/re-target. > Talking about C, one should always have two > very distinct cases in mind: hand‑written C > and software generated C, > and not confuse both. I'm still critical of the SW generated stuff; unless you've done some sort of formal verification on the generation itself you're merely losing any accuracy/safety in the name of 'portability' because "every environment has a C compiler."