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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:2e0c:: with SMTP id i12-v6mr7963432jaa.37.1529444018051; Tue, 19 Jun 2018 14:33:38 -0700 (PDT) X-Received: by 2002:aca:a883:: with SMTP id r125-v6mr779435oie.7.1529444017934; Tue, 19 Jun 2018 14:33:37 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.69.MISMATCH!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!u78-v6no456756itb.0!news-out.google.com!z3-v6ni546iti.0!nntp.google.com!u78-v6no456751itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 19 Jun 2018 14:33:37 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=176.187.90.130; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 176.187.90.130 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <584564c2-9f64-4965-b045-535cdaf899c0@googlegroups.com> Subject: Why are Ada compilers difficult to write ? From: Vincent Injection-Date: Tue, 19 Jun 2018 21:33:38 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1493 X-Received-Body-CRC: 391486861 Xref: reader02.eternal-september.org comp.lang.ada:53173 Date: 2018-06-19T14:33:37-07:00 List-Id: 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