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.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:86c3:: with SMTP id i186mr22590645qkd.151.1622683750288; Wed, 02 Jun 2021 18:29:10 -0700 (PDT) X-Received: by 2002:a25:cfc3:: with SMTP id f186mr13530637ybg.161.1622683750079; Wed, 02 Jun 2021 18:29:10 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Jun 2021 18:29:09 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=79.13.125.26; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 79.13.125.26 References: <62a51520-f7bc-4bbf-b0bf-fdfb1c1a9dadn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6cb08045-9dbf-485d-8166-0e9600b4c97cn@googlegroups.com> Subject: Re: why the pascal family of languages (Pascal, Ada, Modula-2,2,Oberon, Delphi, Algol,...) failed compared to the C family? From: Gabriele Galeotti Injection-Date: Thu, 03 Jun 2021 01:29:10 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62105 List-Id: On Thursday, June 3, 2021 at 1:11:13 AM UTC+2, Randy Brukardt wrote: > "Gabriele Galeotti" wrote in message > news:62a51520-f7bc-4bbf...@googlegroups.com... > ... > > In the 80s, there was P-code on the Apple II. It was beautiful and fast. > > But it was too early. > P-code existed on a lot of machines; there was even a hardware CPU version > of it. At least one of the early Ada compilers was built for as well. > > 25 years later, Java bytecode came out, exactly the same thing, a cheeky > > clone. > > > > It was a success (at least, commercially). > Given all of the above, p-code was a relative success as well. It just died > out for whatever reason before Java came around doing approximately the same > thing. (Quite possibly the possibility of practical just-in-time compilation > made Java stick around longer than p-code.) > > But the reality of it is that the hype machine got behind Java for whatever > reason, but never really did behind Ada or pc-code. > > (Note that the intermediate code used by Janus/Ada was based on the ideas of > p-code [with Ada-specific stuff like exception handling and tasking]; code > at the level has a number of advantages. We never built an interpreter for > it although it would be possible.) > > Randy. I understand. No doubt that also the pcode was successful, but it is a pity that it couldn't make the point in the 90s, at least on microcomputer-class machines. Still talking about the Apple II, I think one of the reason is that it was way too complicated for the average user, with no less than 5 thick manuals and an underlying OS like the UCSD that was a radical departure in those times.