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: "Alejandro R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Why are Ada compilers difficult to write ? Date: Fri, 22 Jun 2018 15:01:53 +0200 Organization: A noiseless patient Spider Message-ID: References: <584564c2-9f64-4965-b045-535cdaf899c0@googlegroups.com> <68471f36-65cd-47e0-aa8c-99f91df24491@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 22 Jun 2018 13:01:53 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="452517bf88326093182213db1ad9b66c"; logging-data="11806"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/c5YUGcdHQnEg7Zb9plne9" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:JsxcT3F2VWDtC7QSg0FR2e+Zjik= In-Reply-To: <68471f36-65cd-47e0-aa8c-99f91df24491@googlegroups.com> Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:53250 Date: 2018-06-22T15:01:53+02:00 List-Id: On 20/06/2018 00:34, Dan'l Miller wrote: > On Tuesday, June 19, 2018 at 4:33:38 PM UTC-5, Vincent wrote: >> Dear Ada programers, >> >> I have often heard that Ada compilers where expensive because they are very difficult to write, >> compared to Pascal or C ones. So my question is : what in the Ada language poses problem to a >> compiler ? What are the challenges ? Where can I find documentation about that ? >> >> Regards, >> >> Vincent > > The ARG mailing list (and extracts thereof, as appearing as appendix to each AI) is filled with descriptions of how over-the-top difficult some proposal is until the complexity of the proposal is whittled down. That is the forum where the luminaries & experts of Ada-world come together to discuss that complexity-of-the-compiler topic, as represented by each Ada compiler vendor. > > Also, there is this ominous house-of-cards complexity warning in C++world from the progenitor of C++ himself: > > https://www.TheRegister.co.uk/2018/06/18/bjarne_stroustrup_c_plus_plus That's an interesting read, thanks.