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: border2.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border2.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!fx12.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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <05m%u.20880$Nj2.13445@fx12.iad> X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Thu, 03 Apr 2014 23:24:44 UTC Organization: TeraNews.com Date: Thu, 03 Apr 2014 16:24:44 -0700 X-Received-Bytes: 1744 X-Received-Body-CRC: 1527552022 X-Original-Bytes: 1986 Xref: number.nntp.dca.giganews.com comp.lang.ada:185488 Date: 2014-04-03T16:24:44-07:00 List-Id: On 03-Apr-14 16:12, Robert A Duff wrote: > Shark8 writes: > >> On 03-Apr-14 08:05, Robert A Duff wrote: >>> Which application area benefits from an >>> error-prone language? >> >> Operating Systems, > > I don't see how (for example) implicit conversions that lose > information are useful for writing operating systems. > Or case/switch statements that lack full-coverage checks. > Or any number of other malfeatures that exist in various > programming languages. You're absolutely right... I suppose that I should have indicated sarcasm above. >> (Anything that C or C++ is commonly used for in "the industry".) > > Is that meant to be a definition of "general applications"? Basically. It's also a reference to the general low-emphasis on quality in general applications: "we don't have time to do things right" is a too commonly heard phrase.