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!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: How to make Ada popular. Get rid of ";" at end of statement. Date: Sat, 20 Jul 2019 15:24:30 -0700 Organization: A noiseless patient Spider Message-ID: <87o91ony3l.fsf@nightsong.com> References: <2872112d-6e9c-4f4c-a7cb-070adae957ca@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="02ce1846b8986f5921706d5ac3160c78"; logging-data="24005"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19hNG2PbTnc/u4cG7PQXcFb" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:r+iPX3sDBP92I389G9q+50cfsT4= sha1:vCyUBnxu1szvltqwVkMw/HQf3eo= Xref: reader01.eternal-september.org comp.lang.ada:56907 Date: 2019-07-20T15:24:30-07:00 List-Id: Optikos writes: > People don't like Ada because it is a taskmaster of correctness. > Actually people don't mind Ada being a taskmaster of correctness per > se; they mind that they cannot easily find & memorize & digest the I think it's simpler than that. They don't like Ada because Ada programs are very verbose for what they do. Haskell is a taskmaster of correctness that is hard to learn, but its code is concise, and its users like it and its non-users mostly respect it. Java is not particularly a taskmaster of correctness and is not hard to learn, but it is verbose and I don't think anyone (even its users) particularly likes it. People like Rust, but I'm not familiar with it enough to compare it with Ada on these scales.