From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id 4B2CB268C2 for ; Fri, 10 May 2024 20:56:09 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 8EE87434AD; Sat, 11 May 2024 04:56:04 +1000 (AEST) Received: from mail1.g21.pair.com (mail1.g21.pair.com [216.146.195.69]) by minnie.tuhs.org (Postfix) with ESMTPS id C5D9A432F1 for ; Sat, 11 May 2024 04:55:55 +1000 (AEST) Received: from mail1.g21.pair.com (localhost [127.0.0.1]) by mail1.g21.pair.com (Postfix) with ESMTP id B79E4F1BC9; Fri, 10 May 2024 12:55:54 -0600 (MDT) Received: from smtpclient.apple (76-231-26-130.lightspeed.sntcca.sbcglobal.net [76.231.26.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail1.g21.pair.com (Postfix) with ESMTPSA id 85246F1BC1; Fri, 10 May 2024 12:55:54 -0600 (MDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_E32C8237-0BFA-486F-9B01-2AAED427E657" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) From: Paul McJones In-Reply-To: <171535904627.4052234.5321502833323676423@minnie.tuhs.org> Date: Fri, 10 May 2024 11:55:54 -0700 Message-Id: <5F50D05C-C898-4BFF-B57F-028494ED9EBD@mcjones.org> References: <171535904627.4052234.5321502833323676423@minnie.tuhs.org> To: Paul Ruizendaal X-Mailer: Apple Mail (2.3774.500.171.1.1) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mcjones.org; h=content-type:mime-version:subject:from:in-reply-to:date:cc:message-id:references:to; s=pair-202402141635; bh=kroXrCUagy2yvUWs163cg5Gqg3CygnChLMGmpHTUxF0=; b=JWdN7Jou6waIwUtR4ULxA++UAQCvK5eWr+we8aOYAXIC4f8BKiInHUClTEQu9rIRluVQSX1Rnm3Kai1rQ9eUqBEqc3wq0iFL4B31xuqBfOPLhPQIf9IsHwQi2nyxuhxdpQb5XNQQffma/XefXQKCi9WQKFH+yzkwRq4v7zfYAuf4tNhWIhaM2cSALGVVwdDEg4PxZ0n/+uJyh+TE32nMly8d5VxnM2vJ2CgntAh+7n40Z8aJENMiOGOX96wEdBqchFEfiEMm8mkuTl+WVguJ41PhEd1erl9FnFWmRpr+4/f/jWvYbwFktQt1rSJEm37VSaGiFj7LxT90KJhR31GmXA== X-Scanned-By: mailmunge 3.11 on 216.146.195.69 Message-ID-Hash: NJJE3443DJNX3XMXDTGHSRENRQHGOYIQ X-Message-ID-Hash: NJJE3443DJNX3XMXDTGHSRENRQHGOYIQ X-MailFrom: paul@mcjones.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: tuhs@tuhs.org X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: On the uniqueness of DMR's C compiler List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --Apple-Mail=_E32C8237-0BFA-486F-9B01-2AAED427E657 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Thu, 9 May 2024 22:40:28 +0200, Paul Ruizendaal > wrote: >=20 > .... Digging into this more led me to a 1970 report "Programming = Languages and their Compilers, Preliminary Notes=E2=80=9D by John Cocke = and J.T. Schwartz: > = https://www.softwarepreservation.org/projects/FORTRAN/paper/Bright-FORTRAN= ComesToWestinghouseBettis-1971.pdf Actually, the link is here: = https://www.softwarepreservation.org/projects/FORTRAN/CockeSchwartz_ProgLa= ngCompilers.pdf And more about Jack Schwartz is here: https://www.softwarepreservation.org/projects/SETL/index.html#Precursors Paul= --Apple-Mail=_E32C8237-0BFA-486F-9B01-2AAED427E657 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
On Thu, 9 May = 2024 22:40:28 +0200, Paul Ruizendaal <pnr@planet.nl> = wrote:

.... Digging into this more led me to a = 1970 report "Programming Languages and their Compilers, Preliminary = Notes=E2=80=9D by John Cocke and J.T. Schwartz:
https://www.softwarepreservation.org/projects/FORTRAN/paper/Bright-F= ORTRANComesToWestinghouseBettis-1971.pdf

Actually, the link is here:


And more about Jack Schwartz is = here:



Paul
= = --Apple-Mail=_E32C8237-0BFA-486F-9B01-2AAED427E657--