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,MAILING_LIST_MULTI,MIME_QP_LONG_LINE, T_SCC_BODY_TEXT_LINE 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 18D3F24076 for ; Wed, 13 Mar 2024 00:09:09 +0100 (CET) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id C323D428A7; Wed, 13 Mar 2024 09:09:03 +1000 (AEST) Received: from mx2.mythic-beasts.com (mx2.mythic-beasts.com [IPv6:2a00:1098:0:82:1000:0:2:1]) by minnie.tuhs.org (Postfix) with ESMTPS id D1B8B428A0 for ; Wed, 13 Mar 2024 09:08:58 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=quintile.net; s=mythic-beasts-k1; h=Date:To:Subject:From; bh=O6v4CoQlrYduBWejRu4LG3LST57v/tPl56xwU5Lrl0w=; b=K/gNrKx61poDmikLGfFzz+dQ7R MsH4OVPGUky/0rpfUjFWtkNIUcG+/vDEe11YXhEMS9HrTcq0ACiqeKlQg68wfPvSGWy/ll5UthzJt EBSZOzL0iCvEzEKeKeHwlybTE0yykVxziJCI3GMowTbcSd4280peTGsJs3ycqEeeqHsQ1sVRvv0s0 Y40bhkjMaCw0pGWqxbgxpOmE0zF/8VJF9x/8np/PZPgzO7C8IPUcQRo+9yHPMVUo3YyI1NvX9NZX0 u9RUekkgieXOBVNiOvKB9+bLjeYHVL2c0Lwf38To+rFMMyvraLRnXgdk9ppe23+MZQ2llDmqaAu47 dcQLYAfQ==; Received: by mailhub-hex-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rkBEu-003BMC-Gl for tuhs@tuhs.org; Tue, 12 Mar 2024 23:08:56 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Steve Simon Mime-Version: 1.0 (1.0) X-Universally-Unique-Identifier: 826CA20E-36A9-4716-88D2-C1FFA227E306 Message-Id: <2CDB1534-4A22-40E8-9987-9BA8F629DD37@quintile.net> X-Apple-Notify-Thread: NO To: tuhs@tuhs.org X-Apple-Message-Smime-Encrypt: NO Date: Tue, 12 Mar 2024 23:08:42 +0000 X-Mailer: iPhone Mail (20H307) X-BlackCat-Spam-Score: 29 Message-ID-Hash: DJEIA5NHZ6DBDAONKVFX7JV3OJLO3ET4 X-Message-ID-Hash: DJEIA5NHZ6DBDAONKVFX7JV3OJLO3ET4 X-MailFrom: steve@quintile.net 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 X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: History of non-Bell C compilers? List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The zorland c compiler from zortech, x86 pc compiler from a small uk company= . i used it to write my final year project at college in 1988. sadly i couldn=E2= =80=99t use the interdata running v7 as i was doing image processing and nee= ded to access an ISA framestore card. i built a motion compensated video standards converter, and thanks to the 80= 287 i managed something like 6 hours per frame. i think zortech claimed they wrote one of the first c++ compilers (rather th= an using c++). -Steve