TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask Yc: What is a Good Book to Read Before Learning a Programming Language?

5 pointsby mannylee1over 16 years ago
I have dabbled in server side Programming Languages here and there, but I would now like to thoroughly learn a new language. Before I do that,what would be a good book to read?

7 comments

mechanical_fishover 16 years ago
You need to tell us which language you want to learn. Otherwise it's like saying "I want to learn sports" -- amateur curling and professional football are very different sports. Windows programmers, Mac/iPhone programmers, server-side programmers, Javascript programmers, enterprise Java programmers, and Linux kernel hackers need to focus on different things.<p>In the absence of details, all we can recommend is basic mental conditioning for programmers. A standard piece of advice is "SICP". Another is "K&#38;R". Eric Raymond's essay on "How to Become a Hacker" is a little dated and a <i>little</i> opinionated, but worth reading. "Learn emacs" (or, to be fair to vi and Textmate, "learn a decent text editor") is a piece of advice that I'm glad I followed.<p>You cannot go wrong by learning the basics of databases and web application architecture. The architecture of web apps is more important than the choice of server-side language. If it weren't so dated I'd recommend <i>Philip and Alex's Guide to Web Publishing</i>. For a more up-to-date version of that, you might try the required texts for this MIT course: <a href="http://philip.greenspun.com/teaching/one-term-web" rel="nofollow">http://philip.greenspun.com/teaching/one-term-web</a>
评论 #302659 未加载
petervidaniover 16 years ago
It's essential that you complete Isaac Asimov's I, Robot for a thorough understanding of how badly things can get out of control.
评论 #302623 未加载
davidwover 16 years ago
Neil Stephenson's Cryptonomicon.
评论 #302533 未加载
评论 #304034 未加载
dpapathanasiouover 16 years ago
Try "<i>The Practice of Programming</i>" by Kernighan &#38; Pike (you can download it here: <a href="http://truly-free.org/e/n/Kernighan,%20B.W.%20&#38;%20Pike,%20Rob%20-%20The%20Practice%20of%20Programming.zip" rel="nofollow">http://truly-free.org/e/n/Kernighan,%20B.W.%20&#38;%20Pike,%...</a>).
parenthesisover 16 years ago
Read <a href="http://norvig.com/21-days.html" rel="nofollow">http://norvig.com/21-days.html</a> .
bdfh42over 16 years ago
spend $12 at Amazon on a copy of Charles Petzold's book, Code: The Hidden Language of Computer Hardware and Software.<p>It will all begin to make sense as you will have a thorough understanding of what is going on at the lowest level. You will never regret acquiring that knowledge.
eriesover 16 years ago
Design Patterns