Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!purdue!mailrus!cornell!uw-beaver!uw-june!uw-entropy!queets!charlie From: charlie@queets.stat.washington.edu (Charlie Geyer) Newsgroups: comp.unix.wizards Subject: Re: cat -u Message-ID: <1111@entropy.ms.washington.edu> Date: 10 Dec 88 21:16:08 GMT References: <175@ernie.NECAM.COM> <189@wyn386.UUCP> <8910@smoke.BRL.MIL> <8160@bloom-beacon.MIT.EDU> <146@minya.UUCP> Sender: news@entropy.ms.washington.edu Reply-To: charlie@mica.stat.washington.edu (Charlie Geyer) Organization: UW Statistics, Seattle Lines: 12 Summary: Expires: Sender: Followup-To: In article <146@minya.UUCP> jc@minya.UUCP (John Chambers) writes: > >What ever happened to the original Unix Philosophy of lots of little >programs, each of which did exactly one job well, and which could be >fitted together to do bigger jobs? I've noticed that lots of people >seem to dislike this approach, but I've yet to see any cogent argument >against it. > Simple psychology. Who wants to write a program that just concatenates files? If your task is to write a text editor but your real ambition in life is to write a Lisp interpreter, what do you do?