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: border2.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Bob Duff Newsgroups: comp.lang.ada Subject: Re: Languages don't matter. A mathematical refutation Date: Fri, 03 Apr 2015 09:37:04 -0400 Organization: A noiseless patient Spider Message-ID: <871tk1z62n.fsf@theworld.com> References: <87h9t95cly.fsf@jester.gateway.sonic.net> <04f0759d-0377-4408-a141-6ad178f055ed@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="88eb400c84e19b2ff60f0f64a30a0876"; logging-data="2405"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18xi45Ty4P/zeNE6dJimTNr" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:NZOLqL151k9/EFWYD8Xb2m4D74E= sha1:IUbjfi7R1ejVRh3ohBDlwzm9KTQ= Xref: number.nntp.giganews.com comp.lang.ada:192701 Date: 2015-04-03T09:37:04-04:00 List-Id: Jeffrey Carter writes: > On 04/02/2015 05:50 PM, robin.vowels@gmail.com wrote: >> >> C has lower productivity than most other HLLs. > > Not surprising, since C isn't a high-level language. Assembly language: Semantics are defined in terms of the generated machine code. High-level language: Semantics are defined in terms of what the program does. Those are how I understand the terms, and I think how they are commonly understood. I can't think of any other useful definitions. C is clearly a high-level language, by those definitions. Portably assembly language: A contradiction in terms that is used by some people to denigrate C, and by other people to praise it. ;-) No such thing. - Bob