TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Here We Go Again: Why Is It Difficult for Developers to Learn Another Language?

2 pointsby smasher164almost 3 years ago

3 comments

ThrowITout4321almost 3 years ago
My issue is that there are only so many times you can go thru the process of learning a new language. It's monotonous. You have to learn a new way to create code without really advancing your knowledge. You can learn to create a loop in 10 different languages and still not advance your programming abilities. You just know 10 different ways to do the same thing. Not only that, your time is finite. The time you take to recreate the wheel could have been better used somewhere else. Learning a new language is like spinning your wheels rather than moving forward.
stevenalowealmost 3 years ago
It isn’t difficult to learn a new programming language, especially if based on a known paradigm. What’s difficult is sorting out the multitude of tiny differences in their implementations and libraries.<p>(This assumes a relatively elegant language, not a bag-of-tricks one)
WalterGRalmost 3 years ago
(2020)