5 ms·
"Teach Yourself Programming in Ten Years" http://norvig.com/21-days.html http://norvig.com/21-days.html "Structure and Interpretation of Computer Programs" h
by jfm3 16y ago
"Teach Yourself Programming in Ten Years"
http://norvig.com/21-days.html http://norvig.com/21-days.html
"Structure and Interpretation of Computer Programs"
http://mitpress.mit.edu/sicp/full-text/book/book.html http://mitpress.mit.edu/sicp/full-text/book/book.html
- cynicalkane 16y ago1) Ctrl-F Structure and Interpretation of Computer Programs 2) Upvote 3) Post reply. SICP is not only the best textbook on computer programming, but one of the best textbooks I've read on any subject. The first three chapters will teach you more than most programmers ever learn, in such a way that you can apply it to any language.
- igneous4 16y ago> in such a way that you can apply it to any language After working through some of SICP, would you recommend then using Scheme for practical projects?