this post was submitted on 04 Aug 2023
167 points (94.2% liked)

Programming

17524 readers
321 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

Why are there so many programming languages? And why are there still being so many made? I would think you would try to perfect what you have instead of making new ones all the time. I understand you need new languages sometimes like quantumcomputing or some newer tech like that. But for pc you would think there would be some kind of universal language. I'm learning java btw. I like programming languages. But was just wondering.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (3 children)

Because people don't want to admit that JavaScript will be the only programming language in the future and that resistance is futile.

[–] [email protected] 4 points 1 year ago (1 children)

people don’t want to admin

Exactly right.

[–] [email protected] 2 points 1 year ago

Ahaha fair point :D

[–] [email protected] 2 points 1 year ago (1 children)

Ngl I thought you were meme-ing and was sad to see you downvoted.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

That's kind of the "problem" of JS. We can do memes like that but the truth is that it is taking over everything.

[–] [email protected] 2 points 1 year ago (1 children)

Yeah but javascript has 473 popular frameworks and counting, and the churn is immense. Your codebase becomes out of date before you've finished writing it.

And the debugging?! I'll try to finish writing this paragraph despite the uncontrollable twitching. Let's just say that javascript is the kind of language that looks at your car with a missing left front wheel and says "let's go", while your IDE whispers "Yes, but maybe just don't turn right. Certainly don't turn right fast, unless you want to of course."

[–] [email protected] 2 points 1 year ago

Yeah but javascript has 473 popular frameworks and counting, and the churn is immense. Your codebase becomes out of date before you've finished writing it.

That's not really the case anymore, it was back at around 2015 for a few years when nodejs blew up and we realized that JS is capable of much more than we initially thought.

We threw a thousand different things to the wall and a few frameworks stuck. Today the ecosystem is pretty stable, especially of you choose a popular framework like React or Angular.