Texts on fundamentals of progra

John Gateley gateley at m2.csc.ti.com
Wed Apr 19 04:37:47 AEST 1989


In article <207600019 at s.cs.uiuc.edu> carroll at 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 at tilde.csc.ti.com



More information about the Comp.lang.c mailing list