"The C Programming Language" interesting quote in the preface
Posted
by kurige
on Stack Overflow
See other posts from Stack Overflow
or by kurige
Published on 2010-04-24T21:22:25Z
Indexed on
2010/04/24
23:23 UTC
Read the original article
Hit count: 305
From the preface of the second edition of Kernighan and Ritchie's "The C Programming Language":
As before, all examples have been tested directly from the text, which is in machine-readable form.
That quote threw me for a loop. What exactly does it mean? Was the original manuscript written as a literate program? My first thought was that this book, published in 1988 (original, first edition in 1978) predates literate programming, but now I'm not so sure.
Can anybody shed some light on this?
© Stack Overflow or respective owner