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.

  • czech@no.faux.moe
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I think Ernest has mentioned that he used PHP for quick prototyping and eventually plans to rebuild with something else. If you look through his post history you’ll find something.

      • tal@kbin.social
        link
        fedilink
        arrow-up
        5
        ·
        1 year ago

        Reddit was originally built in Lisp – Paul Graham, an early backer, is super-rabid about Lisp. They eventually reimplemented it in Python.

        I do agree that it’s not the norm, though.

      • HidingCat@kbin.social
        link
        fedilink
        arrow-up
        5
        ·
        1 year ago

        Don’t know why you’re getting downvoted; anyone who’s ever done a project of some kind (whether or not it’s programming-related) knows that anything doing a rebuild/remake/re-anything has a high chance of not happening. xD

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

        I’m currently involved in a rewrite! One of very few in 20 years of dev work. We prototyped our front end in node/js and we’re rewriting in React. We’re largely keeping the express backend, though.