|
|
|
Ask HN: How do you choose your next programming language to learn?
|
|
3 points
by lopz
216 days ago
|
|
I’m feeling a bit blocked deciding which programming language to learn next year. When you’re faced with this choice, what drives your decision? - Market demand and job opportunities? - Exploring a different paradigm (functional, logic, etc.)? - Pure curiosity and fun with something that interests you? I’m trying to figure out my own approach and would love to hear how others make this choice. |
|
Learnt Smalltalk because I wanted to better understand OOP and I could never get comfortable with C++.
Learnt Python because it provided me with a more interactive environment. Over time as more modules were added it became increasingly my choice for exploring interfaces, e.g. poorly documented USB devices.
Learnt JavaScript because I saw it as becoming increasingly pervasive. The growth of Web APIs together with the browser's graphical environment is edging out Python for many projects.