Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!tekecs!dce From: dce@tekecs.UUCP (David Elliott) Newsgroups: net.lang.c Subject: Re: RE: our friend "{" Message-ID: <1804@tekecs.UUCP> Date: Mon, 15-Aug-83 00:19:01 EDT Article-I.D.: tekecs.1804 Posted: Mon Aug 15 00:19:01 1983 Date-Received: Tue, 9-Aug-83 06:55:01 EDT References: csu-cs.2353 Lines: 11 I think that Alan is right. Take the Bourne Shell for example. The damn thing is written in something that looks like Algol, except that the C code shows through. It's almost worthwhile to send it through the C preprocessor just to make it readable (I did this to look for some things I couldn't find the way it was). Macros should be used to clarify the code, not make it easier to program rather than learn C. David