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: How to get Ada to ?cross the chasm?? Date: Fri, 11 May 2018 10:51:41 -0700 Organization: A noiseless patient Spider Message-ID: <87efii2i8i.fsf@nightsong.com> References: <87h8no1nli.fsf@nightsong.com> <874ljo1hvy.fsf@nightsong.com> <87vac4z2lh.fsf@nightsong.com> <87lgcszjdn.fsf@nightsong.com> <87sh6z1kkg.fsf@nightsong.com> <87k1sb1dt3.fsf@nightsong.com> <87d0y3ys2g.fsf@nightsong.com> <87y3gq36eq.fsf@nightsong.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="4776ca6b408eab45c2cc0c9a5f8c8c74"; logging-data="11368"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Xe0yN1PEF1ofe7vdyrZv5" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:oYpzcCf3hdIbQra7rMND+r6YvT8= sha1:SaOoTrhVUMwv27V7Wm2J2n6tq9k= Xref: reader02.eternal-september.org comp.lang.ada:52280 Date: 2018-05-11T10:51:41-07:00 List-Id: Lucretia writes: >> What I don't understand is, why didn't the same issue apply to Pascal? > Pascal never had packages, only later dialects did. Well ok, but were modules (a la Turbo Pascal) not enough to trigger this problem? >> Is Ada really harder to compile than Pascal? > Yes it is. See the grammar, it's very ambiguous.... You then have > *syntactic* names all over the place which is part of overload > resolution. .. It's tricky. Thanks, this is an informative explanation.