Ask HN: Is it even sensible to learn all the mainstream languages?
I'm by far no expert in any particular language, but I do have a junior level (sometimes advance) knowledge of C++, Actionscript, and some Web-based ones. I love learning, but is it truly necessary to learn every new "trendy" language that comes out? Do we need all of these languages?
5 comments
[ 2.5 ms ] story [ 26.4 ms ] threadHowever, do not let the latest trend dictate how you use your knowledge. Programming languages are just tools, and sometimes its hard to remember that it's all in how you use your tool that makes it effective.
In my case, I've solved many interesting problems over the last decade using C and C++ and an odd shell script here and there. It just so happens those are good languages for solving the problems that I need to solve(which happen to occupy the world in between embedded programming and desktop programming).