Posts

Showing posts from March, 2018

Why is learning a new programing language so complicated?

Why is learning a new programing language so complicated? So, anyone who knows how to program has heard the idea that programming languages are just tools right?  And they are! Most of the time those tools are really similar, and in most cases, once you learn a couple of them you realize how similar they are.  Yes, some are more structured, some are more flexible, and some of them can be heaven and hell at the same time (I’m looking at you, JavaScript).  But at the essence, all of them (or should I say most of them?) share the same functionality, right? the interpretation of human words for computational purposes. And if they’re so similar after you take a closer look, and you actually manage to understand it, then why so many people have so many issues when trying to learn a new language.  The reason I ask this is that I tried to learn Java after developing C# & JavaScript-heavy applications over the last 5 years.  And I mean, looking at the code, it is pretty much the same.