Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!microsoft!uw-beaver!cornell!vax135!ariel!hou5f!hou5e!hou5d!hogpc!houxm!hocda!spanky!burl!duke!unc!mcnc!idis!dan From: dan@idis.UUCP Newsgroups: net.misc Subject: Re: new Byte on C Message-ID: <224@idis.UUCP> Date: Mon, 8-Aug-83 21:43:54 EDT Article-I.D.: idis.224 Posted: Mon Aug 8 21:43:54 1983 Date-Received: Wed, 10-Aug-83 13:06:13 EDT References: utzoo.3137 Lines: 15 Another curious indication of how the world views the C language: the first of three compiler comparison articles discussed half a dozen C compilers for the 8086 family. There was only one pointer variable used anywhere in the benchmark routines and this was in an error message routine that was presumably never invoked. Apparently the authors of the article considered pointers and register variables to be machine dependent hacks that have no real status in the C language. My opinion: C without pointers is just transliterated PASCAL. Avoiding the use of pointers in C is about as appropriate as avoiding GOTO statements in FORTRAN or PROGs in LISP. Dan Strick University of Pittsburgh [decvax!mcnc]!idis!dan