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!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Why are Ada compilers difficult to write ? Date: Tue, 19 Jun 2018 14:43:10 -0700 Organization: A noiseless patient Spider Message-ID: <871sd2bggh.fsf@nightsong.com> References: <584564c2-9f64-4965-b045-535cdaf899c0@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="d6cb8fb4b722703e60151f6acfa9b2a5"; logging-data="26639"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19H0080LmS5oqVUCIkqvC+o" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:kqX3I1noLZDIdydXAxW7El78Nqw= sha1:hjgthO9uQGLLVxxCmlMV7m8orZ0= Xref: reader02.eternal-september.org comp.lang.ada:53174 Date: 2018-06-19T14:43:10-07:00 List-Id: Vincent writes: > I have often heard that Ada compilers where expensive because they are > very difficult to write, compared to Pascal or C ones. Meh, I'd say it's more of a niche market whose customers tend to have extreme requirements and large budgets. Ada might be harder to compile than C or Pascal, but not by *that* much, and it's almost certainly easier to compile than C++. There is simply less demand, so the development costs are spread across fewer people.