From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 764d2eac for ; Wed, 10 Jul 2019 01:27:02 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 97928948E0; Wed, 10 Jul 2019 11:27:01 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 64C30947D8; Wed, 10 Jul 2019 11:26:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1562722015; bh=20wT0DXF5IvpJ7/oFItOrIm916pNylythSifjqTrMBY=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=DX7QDbwGFPzvYo12vUwgA03YYC8Bi9f73kAKpya1DBcOmit0txtGJIfaT3Txzt8Kk UM0x3I+YgGt6s36cwaXXL6bYeyr79QwfMAf9mkznj2aRzB9bFvXHC7GzxACnPG8ICQ wi8ghzVUgTr3K2yrQXtxlWJQWqBAnpdzpfWMHgA4= Received: by minnie.tuhs.org (Postfix, from userid 1000) id C503D947D5; Wed, 10 Jul 2019 11:26:46 +1000 (AEST) Date: Wed, 10 Jul 2019 11:26:46 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20190710012646.GA5723@minnie.tuhs.org> References: <30de4da1-be33-b546-a277-37afe5632e6e@mhorton.net> <5cb16efc-4c88-9750-a5d0-2ef20dd79746@mhorton.net> <20190710004916.GP12433@mcvoy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] V0 B Compiler X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Jul 09, 2019 at 08:57:19PM -0400, Clem Cole wrote: > Similarly, I have taken modern code and my careful use of the > preprocessor be able to get it run on as far back as the 5th edition > without real hacks. And with what Warren and Phil did we even got > pseudo C to compile back on V0. Ah, I need to give credit where it's due here. Phil and I brought the V0 system back. Robert Swierczek brought the B compiler back. Cheers, Warren