Xref: utzoo comp.unix.questions:13174 comp.lang.c:18253 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!indri!polyslo!usc!oxy!bagpiper From: bagpiper@oxy.edu (Michael Paul Hunter) Newsgroups: comp.unix.questions,comp.lang.c Subject: Re: comma operator: keep away? Message-ID: <33244@tiger.oxy.edu> Date: 1 May 89 23:04:16 GMT References: <10007@smoke.BRL.MIL> <498@lakart.UUCP> <10057@smoke.BRL.MIL> <628@gonzo.UUCP> <28831@ucbvax.BERKELEY.EDU> Organization: Occidental College, Los Angeles, CA 90041 Lines: 14 In article <28831@ucbvax.BERKELEY.EDU> jas@ernie.Berkeley.EDU (Jim Shankland) writes: >Granted, everyone should write code that is easily understandable by >others. Granted, also, that the way to do that depends on idioms in >common use in a particular language: constructs that are common usage >in, e.g., LISP, may be obscure in C. Granted, finally, that it is quite >possible to write obscure C code by using the comma operator (and in >countless other ways). With a finite language (finite number of symbols), a finite number of states, and a finite length program, I believe that you are only going to get a countable (finite) number of ways to write obscure code... :) maybe large...but finite! mike