Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!husc6!panda!genrad!decvax!bellcore!ulysses!mhuxr!mhuxn!ihnp4!alberta!ubc-vision!ubc-cs!ludemann From: ludemann@ubc-cs.UUCP (Peter Ludemann) Newsgroups: net.arch Subject: Re: Using C as an aid to hand writi Message-ID: <242@ubc-cs.UUCP> Date: Wed, 14-May-86 20:11:32 EDT Article-I.D.: ubc-cs.242 Posted: Wed May 14 20:11:32 1986 Date-Received: Fri, 16-May-86 06:21:00 EDT References: <201@pyuxv.UUCP> <3700003@uiucdcsp> Reply-To: ludemann@ubc-cs.UUCP (Peter Ludemann) Organization: UBC Department of Computer Science, Vancouver, B.C., Canada Lines: 12 In article <3700003@uiucdcsp> johnson@uiucdcsp.CS.UIUC.EDU writes: > >I consider designing assembler code using a high-level language to be >"motherhood". I have always done it that way (since I wrote my first >big assembly program in 1976), I thought most "modern" programmers did >it that way, and I teach all my students to do it that way. Am I >hopelessly naive? Not at all. I like to write my code first in Prolog, then translate it into something low level like C. The high level code makes good comments for the low level stuff.