5 ms·
It bears repeating: "[P]rograms must be written for people to read, and only incidentally for machines to execute." -- Abelson & Sussman, Structure and Interpr
by CoreDumpling 16y ago
It bears repeating:
"[P]rograms must be written for people to read, and only incidentally for machines to execute." -- Abelson & Sussman, Structure and Interpretation of Computer Programs [1], strangely misquoted by Paul Graham [2]
[1] http://mitpress.mit.edu/sicp/full-text/sicp/book/node3.html http://mitpress.mit.edu/sicp/full-text/sicp/book/node3.html
[2] http://www.paulgraham.com/hp.html http://www.paulgraham.com/hp.html
- yycom 16y agoThe best quote IMO is Knuth: programming is the art of telling a human what you want the computer to do.