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=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 189583e6 for ; Wed, 29 Jan 2020 22:33:49 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 0CAD99CB1B; Thu, 30 Jan 2020 08:33:47 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id BBB289CB07; Thu, 30 Jan 2020 08:33:25 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id F1E929CB07; Thu, 30 Jan 2020 08:33:22 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id A28329CB06 for ; Thu, 30 Jan 2020 08:33:22 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 21D6135E087; Wed, 29 Jan 2020 14:33:22 -0800 (PST) Date: Wed, 29 Jan 2020 14:33:22 -0800 From: Larry McVoy To: Dave Horsfall Message-ID: <20200129223322.GK6410@mcvoy.com> References: <20200120155946.169b39e0.ref@sagittariusa.cnb.csic.es> <20200120155946.169b39e0@sagittariusa.cnb.csic.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Screen editors 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: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thu, Jan 30, 2020 at 09:24:13AM +1100, Dave Horsfall wrote: > On Mon, 20 Jan 2020, Toby Thain wrote: > > >Speaking of WordStar, on CP/M there was also WordMaster, lighter weight, > >better as a programmer's editor. Not sure who wrote it (but istr it came > >from the WordStar people?) Adding here for completeness... > > I used WordStar a lot on my old Microbee (an Aussie CP/M box) but I never > heard of WordMaster... > > Getting a full ANSI C compiler for CP/M was great; I could use some Unix > tools on it :-) Can't remember if it was BDS or Hi-Tech; one was ANSI > (function prototypes and the works) whereas the other wouldn't even > recognise things like "int i = 1;". BDS was pretty good about C, I used it a *lot*, but it had a really funky not compatible libc/stdio. I got used to it but had to retrain my brain when I was on Unix.