Seems like an interesting effort. A developer is building an alternative Java-based backend to Lemmy’s Rust-based one, with the goal of building in a handful of different features. The dev is looking at using this compatibility to migrate their instance over to the new platform, while allowing the community to use their apps of choice.

  • Melmi@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 months ago

    It’s kind of ironic taking a project that’s already written in Rust and writing a replacement for it in Java.

    Usually things get ported to Rust, not the other way around.

        • 1984@lemmy.today
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          6 months ago

          I mean, Java has faster developer speed since it’s much less complicated than Rust. But it will also use a lot more memory. That being said, I guess most of what happens in Lemmy is database queries anyway and that will go equally fast in Java.

          Rust is a very fast language but for a web app like Lemmy it’s probably not that important that it’s rust underneath.

          But I really dislike Java. Lots of issues with code only working on a specific JDK, and code being very ugly due to all classes and shit.