Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!pasteur!ames!sun-arpa!male!pitstop!texsun!texbell!killer!pollux!ti-csl!m2!gateley From: gateley@m2.csc.ti.com (John Gateley) Newsgroups: comp.lang.c Subject: Re: Texts on fundamentals of progra Message-ID: <75114@ti-csl.csc.ti.com> Date: 18 Apr 89 18:37:47 GMT References: <1203@microsoft.UUCP> <207600019@s.cs.uiuc.edu> Sender: news@ti-csl.csc.ti.com Reply-To: gateley@tilde.csc.ti.com (John Gateley) Organization: TI Computer Science Center, Dallas Lines: 19 In article <207600019@s.cs.uiuc.edu> carroll@s.cs.uiuc.edu writes: > >flamage() { >[Speaking about "Structure and Interpretation of Computer Programs"] >The book wasn't so bad, but I never found anything in it that wasn't >either trivially obvious, useless, or something any non-novice should >know anyway. I think the book is very good, and contains lots of useful information: recursion, order of growth, first class usage of procedures, data abstraction, streams, (meta-circular) interpreters, compilers, other methods (like normal order) for parameter passing, and garbage collection. These topics are presented with many realistic examples. But then, I like scheme too :^) John gateley@tilde.csc.ti.com