this post was submitted on 04 Aug 2023
172 points (93.9% liked)

Programming

16975 readers
1288 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 1 year 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] 3 points 1 year ago (1 children)

PHP was thrown together as a side project by a Canadian in '93 for his own homepage, and released on Usenet. It grew out of control.

Now it's like the Russian language of the internet--every programmer speaks it, but we all aggressively pretend not to.

And with good reason! But that don't change that we know it.

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

I think PHP has a bad rep 'cos it tried to be everything to everyone... if you maintain a certain standard (i.e. always do the same thing the same way) and avoid deviating it's actually a pretty cool language.

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

Personally I love it because it runs on everything. Its syntax is very far from perfect though.