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 HN: Should I learn only one language until I know it all?

1 pointsby devcheesealmost 10 years ago
So I pretty much want to learn a lot of things. I want to learn Ruby, Go, Swift, Elixir, (few more things) I haven&#x27;t really mastered one language, and I want to be able to do that. I&#x27;ve got some advice saying that it takes time and to keep learning.<p>Should I put my focus into mastering one language or have fun with the languages I want to learn and find which one I want to master?

5 comments

angersockalmost 10 years ago
Who cares how many languages you &quot;know&quot;? What counts is the things you&#x27;ve built in those languages.<p>That usually means that you should be focusing on one or two languages, building enough to have &quot;used them in anger&quot;, and then figuring out what to do.
informatimagoalmost 10 years ago
It is definitely very worthwhile to get to the depth of at least one language and one framework, because with the scope of what you&#x27;d learn about these ones, you will have a frame to more easily understand and learn to use the others, even if you never become expert with the other languages and frameworks you will have to use.<p>On the other hand, since it takes ten years to become expert, you may not want to wait before starting to learn alternatives. But as a newbie, you don&#x27;t want to switch to other things too early either. You should have written a couple of non trivial programs (eg. a real application) with a language before you switch to another.
p1eskalmost 10 years ago
Instead of wondering about this, pick the language you know best now (or if you don&#x27;t know any, go to udacity&#x2F;coursera, and take intro to programming with whatever language they use), and start working on a project. After completing a few projects, you will know what to do next.
hawkicealmost 10 years ago
Pick one where you have a friend who knows it well, and can help you through the pitfalls. Then build something complicated enough that you aren&#x27;t entirely sure how to do it yet.<p>&quot;Mastery&quot;, &quot;until I know it all&quot;, &quot;find which ones I [like]&quot; all kinda fit into this process, so you end up doing them all at once.
MichaelCrawfordalmost 10 years ago
I regard it as vitally important that everyone learn the assembly code of at least one instruction set architecture. Not so much because you will ever need to write any, but because all programming languages ultimately result in machine code.<p>If your java or php or sql or haskell or python suck, the reason your users can tell that they suck, is because your machine code sucks.<p>The simple awareness of what goes on under the hood will make you better at any language.<p>Aside from that its helpful to learn several distinctly different paradigms, like python, lisp, c++ and smalltalk.
评论 #9788262 未加载
评论 #9782957 未加载