Path: utzoo!attcan!uunet!husc6!bu.edu!xylogics!world!madd From: madd@world.std.com (jim frost) Newsgroups: comp.unix.wizards Subject: Re: The *ART* of Computer Programming Message-ID: <1990Mar6.123824.5257@world.std.com> Date: 6 Mar 90 12:38:24 GMT References: <1990Feb26.234217.23251@aucs.uucp> <732@sppy00.UUCP> <25eb63c7.6a42@polyslo.CalPoly.EDU> <12533@nigel.udel.EDU> <1990Mar2.095746.21311@bath.ac.uk> <2666@sactoh0.UUCP> Organization: Saber Software Lines: 18 peter@ficc.uu.net (Peter da Silva) writes: >People write once-only programs all the time. It's just that in UNIX, they >never get stored anywhere. For example: [example deleted] % ln -s /dev/tty foo.c % cc foo.c main() { printf("hello world\n"); } ^D % jim frost saber software jimf@saber.com