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 02:14:26 -0700 Organization: A noiseless patient Spider Message-ID: <87r2mi366l.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="9873"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+dwiEOS8H6PAtv1Aq8qT1Q" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:YZeRci56+t4ymDQpFy1O21t9jJk= sha1:TqJeUawpEA5VmBnfjsT2XdH2+M4= Xref: reader02.eternal-september.org comp.lang.ada:52257 Date: 2018-05-11T02:14:26-07:00 List-Id: Paul Rubin writes: > Is Ada really harder to compile than Pascal? I've always liked this > article even though I never used Turbo Pascal: > http://prog21.dadgum.com/116.html Actually the part I had in mind is in a different post: http://prog21.dadgum.com/47.html It says: On one of those cheap, floppy-only, 8088 PC clones from the late 1980s, the compilation speed of Turbo Pascal was already below the "it hardly matters" threshold. Incremental builds were in the second or two range. Full rebuilds were about as fast as saying the name of each file in the project aloud. And zero link time. Again, this was on an 8MHz 8088. By the mid-1990s, Borland was citing build times of hundreds of thousands of lines of source per minute. and goes on from there to explain why Turbo Pascal was so fast.