From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19291 invoked by alias); 6 Jan 2003 10:51:49 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19250 invoked from network); 6 Jan 2003 10:51:43 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by 209.249.29.67 with SMTP; 6 Jan 2003 10:51:43 -0000 Received: from cuddles.cambridge.redhat.com (vpn50-27.rdu.redhat.com [172.16.50.27]) by executor.cambridge.redhat.com (Postfix) with ESMTP id 3515DABAF8; Mon, 6 Jan 2003 10:51:30 +0000 (GMT) Received: (from aph@localhost) by cuddles.cambridge.redhat.com (8.11.6/8.11.0) id h06ApuR02599; Mon, 6 Jan 2003 10:51:56 GMT From: Andrew Haley MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15897.24524.853189.45228@cuddles.cambridge.redhat.com> Date: Mon, 06 Jan 2003 12:18:00 -0000 To: dewar@gnat.com (Robert Dewar) Cc: gcc@gcc.gnu.org Subject: Re: c++ "with" keyword In-Reply-To: <20030105124408.2C2F5F2D5D@nile.gnat.com> References: <20030105124408.2C2F5F2D5D@nile.gnat.com> X-SW-Source: 2003-01/txt/msg00266.txt.bz2 Robert Dewar writes: > > Believe that if you wish. I'm not a betting man. The Algol 68 > > language had no implementations when it was standardized -- AFAIK the > > first delivery was 1977! > > That's serious misinformation. Algol-68R, which was widely used in universities > industry and defence applications first appeared in 1970 (I was at Leeds > in the summer of 1971 and used the compiler extensively at that time, it > was in excellent shape). Algol-68R was a very large subset, with only a few > restrictions (it was much closer to full Algol-68 than any "C++" compiler > was to the first C++ standard when it appeared). > (Good thing you did not take on the bet, sounds like you have never programmed > in Algol-68 :-) > The first complete full language implementation for the CDC was delivered > in 1974 only a couple of years after the revised report. Well, for some unnacountable reason Lindsey doesn't say so. He says that the "CDC Netherlands" compiler, and I assume that's the one you're talking about, was first delivered in 1977. Of course, he may be mistaken or he may have decided not to mention the 1974 deivery. > 1976 saw the appearence of Algol-68S, the widely used subset on the PDP-11 > (that's the subset I had my students write self-bootstrapping compilers > on Knuth's new MIX machine, we ended up with about 10 fully bootstrapped > compilers from a one semester course -- so it's not *that* hard to implement) Fair enough. However a. Algol 68 was not implemented at the time it was specified b. Full Algol 68 was hard to implement given the resources available c. The difficuly of implementing the full language hurt its sucess Andrew.