Is PHP still a relevant language in today’s day and age? I know a LOT of languages and it just never occurred to me to learn this one, because anyone I’ve ever been aware of writing a backend these days would either choose Node or one of several compiled languages. Lemmy uses Rust for it’s backend which is highly desireable, many people would have used Golang in the backend world if they desired performance and compilation, otherwise I don’t know why you wouldn’t just use Typescript. Makes it hard to contribute to IMO.

  • EthicalAI@kbin.socialOP
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Ok good to know. I thought it was kinda a legacy support language. Is it a good developer experience? A lot of languages still in use, like Java, I’d never personally touch with a ten foot pole, and are down trending. So that was more my question: do people still like PHP and is it worth starting a new project with in 2023. Why not use a more popular framework like Node?

    • VerifiablyMrWonka@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      It’s like a very comfortable pair of slippers at this point. On PHP8 and with a decent framework (optional) like Symfony (kbin uses that) or Laravel (opinionated, but puts the R in RAD) I can knock well tested code out far faster than I can with anything else.

      I also like a bit of Go or Node but I’m always drawn back to PHP.