

I was in school for electrical engineering and took a single C course in the second year. Absolutely fell in love with the idea of programming, dropped out of university and switched to a college programming course. Been a programmer for 8 years this may.
Good question! For me the language isn’t too important, kinda like with normal languages, it’s all about the concepts being conveyed. With programming those concepts are, at a basic level; variables, conditions, lists, loops, objects, and functions. All (decent) languages with have the ability to convey these concepts one way or another, so it’s just typically just comes down to syntax when learning a new language.
Obviously there are some exceptions where old or niche languages don’t support something. But typically once you know ‘programming’ the language doesn’t matter too much. For me, I use a few different languages depending on what I’m working on. Front-end web stuff; Javascript. Server side logic; nodejs and groovy. Database; SQL.
The driving force behind learning new languages (again for me) has been either for work because that’s what is in use and I need to modify existing code, or because I’ve seen the language in use somewhere else and want to try it out.
Hope some of that answered your question :)