Xref: utzoo comp.sources.wanted:9853 alt.sources.wanted:103 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!apple!bionet!ames!amelia!eos!jaw From: jaw@eos.UUCP (James A. Woods) Newsgroups: comp.sources.wanted,alt.sources.wanted Subject: Re: Backwards cat [trick recursive main()] Message-ID: <5840@eos.UUCP> Date: 19 Dec 89 03:16:31 GMT References: <6488@lindy.Stanford.EDU> Distribution: usa Organization: NASA Ames Research Center, California Lines: 25 # Furthermore, we are concerned with authenticity. Bald-headedness among females is a real phenomenon. Hence we are unalterably opposed to simulation, air-brushing, etc. -- The Razor's Edge, vol. 1, no. 1, 1977 ... then there's always (modulo stack death), the classic: #include main() { char line[BUFSIZ]; if (gets(line) == NULL) return; main(); puts(line); } for some reason, it always reminds me of joost swarte's trickster back cover page of the comic "dutch treat" (a translation of "tante leny presenteert"). it's really two pages in one -- you read it in one direction, turn it upside down, and continue with the story -- the panel illustrations serving a dual role. ames!jaw