this post was submitted on 25 Oct 2023
890 points (90.8% liked)

Programmer Humor

32483 readers
460 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (2 children)

PHP is a sturdy club. You aren't going to take over the world with it but you can reliably put a dent in something.

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

I mean, PHP is used on at least ~35% of sites (based on the number of sites that run WordPress), so PHP itself has already taken over the world :)

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

but like, wasn't facebook written in php and didn't it kind of take over, about as much as any programming whatzit ever has? (not saying that was a good thing, but yeah...)

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

Facebook has used Hack for a long time now, which is very different from PHP these days. It's entirely statically typed with a bunch of advanced features that PHP doesn't have.

Yahoo used a lot of PHP too, back when they were still very popular.