From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id b7176fa1 for ; Mon, 23 Jul 2018 15:56:07 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id F3A7E9ED45; Tue, 24 Jul 2018 01:56:06 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 529B19E9EE; Tue, 24 Jul 2018 01:55:55 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 9DF389E9EE; Tue, 24 Jul 2018 01:55:53 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 58E5B9E3A6 for ; Tue, 24 Jul 2018 01:55:53 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id BD0CF35E130; Mon, 23 Jul 2018 08:55:52 -0700 (PDT) Date: Mon, 23 Jul 2018 08:55:52 -0700 From: Larry McVoy To: Clem Cole Message-ID: <20180723155552.GB19635@mcvoy.com> References: <8ECDA62D-1B54-4391-A226-D3E9ABEE4C07@planet.nl> 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] Looking for final C compiler by Dennis Ritchie X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list , Paul Ruizendaal Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Mon, Jul 23, 2018 at 11:12:49AM -0400, Clem Cole wrote: > On Sun, Jul 22, 2018 at 4:49 PM, Dibyendu Majumdar > wrote: > > > > > > > It seems that Dennis Ritchie wrote a paper 'A Tour through the Unix C > > Compiler' which is quite useful in understanding the compiler. I have > > converted the doc to Markdown format as well which makes it easier to > > read. > > > https://s3-us-west-2.amazonaws.com/belllabs-microsite-plan9/7thEdMan/bswv7.html > > ???You might try downloading the PDF or PS versions of the V7 documents from > amazon. It seems like a lot less work work and will be a lot easier to > read. Also Gnu groff runs on pretty much everything these days, so going > from the V7 troff sources yourself is not difficult; in fact its pretty > smart. Its still the best 'pure document compiler' out there. And it > means you can add your additions/ corrections / notes to what Dennis did > right inline. I actually wacked a bunch of the Unix docs to make them look a little better, I should see if I can find that. I agree that roff is awesome, it's a bummer that Latex seems to be the winner (which I think is purely because the roff/eqn/pic/etc docs weren't widely available back in the day).