Path: utzoo!mnetor!uunet!nbires!hao!noao!arizona!wendt From: wendt@arizona.edu (Alan Lee Wendt) Newsgroups: comp.lang.c Subject: Re: Noalias considered unreadable, let alone a bad idea Message-ID: <3588@megaron.arizona.edu> Date: 27 Jan 88 19:54:12 GMT References: <7072@brl-smoke.ARPA> <7160@brl-smoke.ARPA> <3932@hoptoad.uucp> <7181@brl-smoke.ARPA> Organization: U of Arizona CS Dept, Tucson Lines: 24 In article <7181@brl-smoke.ARPA>, gwyn@brl-smoke.ARPA (Doug Gwyn ) writes: > > The issue of difficulty in implementing the specifications correctly > doesn't bother me much. It is unlikely that there are more than a few > hundred people in the world who could reasonably be expected to produce > a high-quality C implementation anyway, and most of the ones who will > be (or are) attempting to implement the ANSI C specifications either are > on the Committee or have sufficient contacts with Committee members who > can answer questions about some of the subtler points. The issue is "difficulty of understanding the specifications", not "difficulty of implementing them". Right now the only people who need to understand the specs are the implementors. If the above paragraph were correct, there would only have been a few hundred volumes of K&R or Harbison/Steele sold in the world, because only the implementors would be interested in understanding the specification. Specifications are not just for implementors. If the spec is confusing Stallman, it will eventually confuse anybody who tries to use the language. Can I get the phone numbers of some of the members of the committee, so that if my program blows up, I can call them up to check on my use of "noalias"? Alan Wendt