From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? Date: Wed, 02 Jun 2021 16:40:52 -0700 Organization: A noiseless patient Spider Message-ID: <8735tzg7i3.fsf@nightsong.com> References: <62a51520-f7bc-4bbf-b0bf-fdfb1c1a9dadn@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="6b6af74f93c41ad171c9aeee85b6aee2"; logging-data="18521"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/35bt4fKqStNMhWilQ9LND" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cancel-Lock: sha1:inNOwIgZRC7QsO16uITxifAEXLM= sha1:WHtwX4RCT3Z9rZStYTTfgCunKPA= Xref: reader02.eternal-september.org comp.lang.ada:62103 List-Id: Gabriele Galeotti writes: > In the 80s, there was P-code on the Apple II... 25 years later, Java > bytecode came out, exactly the same thing, a cheeky clone. The JVM isn't really comparable to P-code. It is a lot fancier, including features for multithreading and for garbage collection.