Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site bunker.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!ittvax!bunker!shap From: shap@bunker.UUCP (Joseph D. Shapiro) Newsgroups: net.micro Subject: Re: Re: Unix and user friendly systems Message-ID: <871@bunker.UUCP> Date: Thu, 13-Jun-85 12:46:34 EDT Article-I.D.: bunker.871 Posted: Thu Jun 13 12:46:34 1985 Date-Received: Sat, 15-Jun-85 06:41:14 EDT References: <11113@brl-tgr.ARPA> Organization: Bunker Ramo, Trumbull Ct Lines: 19 > > >> In my opinion, the language that best supports writing of superbly > >> human-readable programs at no significant expense in machine > >> efficiency is Ada. I doubt that anyone will challenge that... > > It may be possible in C, but it is both difficult and rare. I'd be hard > put to find a significant piece of code in UNIX that I'd call a good > example of easy-to-read code. Any nominations from the community? > -- Bob Munck It is both possible AND easy in C, but it is rare. I think that this is because it is even easier to write kludges in C. Also, don't take UNIX source as good examples of readable C; most 'user' programs I've seen, even some of the worst ones, are more readable. We are about to enforce a 'readability' standard here... results may be posted at some later date.