Hacker News new | ask | show | jobs
by jtmiclat 2951 days ago
I came across this article that talks about this topic. It basically says focus on 1. http://norvig.com/21-days.html
1 comments

Great article, however it doesn't say that really (perhaps you missed this bit)

"Learn at least a half dozen programming languages. Include one language that emphasizes class abstractions (like Java or C++), one that emphasizes functional abstraction (like Lisp or ML or Haskell), one that supports syntactic abstraction (like Lisp), one that supports declarative specifications (like Prolog or C++ templates), and one that emphasizes parallelism (like Clojure or Go)."