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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder4.news.weretis.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Language ranking Date: Fri, 04 Apr 2014 20:40:04 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: pcls7.std.com 1396658400 28663 192.74.137.71 (5 Apr 2014 00:40:00 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sat, 5 Apr 2014 00:40:00 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:qHudbuYasnSwjMzrOPf0fb9IENA= Xref: news.eternal-september.org comp.lang.ada:19154 Date: 2014-04-04T20:40:04-04:00 List-Id: "Yannick Duchêne (Hibou57)" writes: > C is special case though, as it's often used as a target language (or a > portable assembly language). I think there is no such thing as a "portable assembly language". So C isn't one. ;-) >...Talking about C, one should always have two > very distinct cases in mind: hand‑written C and software generated C, > and not confuse both. True. I think this discussion is about hand-written code. - Bob