Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!sdcsvax!akgua!mcnc!decvax!cca!ima!haddock!dan From: dan@haddock.UUCP Newsgroups: net.lang.c Subject: Re: summary of C-standards workshop at U - (nf) Message-ID: <211@haddock.UUCP> Date: Thu, 12-Jul-84 17:52:58 EDT Article-I.D.: haddock.211 Posted: Thu Jul 12 17:52:58 1984 Date-Received: Thu, 19-Jul-84 02:08:51 EDT Lines: 13 #R:utzoo:-401300:haddock:12400012:000:640 haddock!dan Jul 11 17:51:00 1984 Re long global ids: if the ANSI committee required them, that would just mean that everyone with stone-age linkers would have to say "ANSI Standard C, except that global ids can only be 6 chars long" instead of being able to say just "ANSI Standard C". I for one consider identifier length important enough that I think it would be a good idea if every short-id compiler ad had to say so, up front. That kind of disclaimer might also increase the incentive to improve the linker. Re variable arguments: I too think that '...' would be infinitely better than a trailing comma. Making a common syntax error legal is the wrong way to go.