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.

  • BarbecueCowboy
    link
    fedilink
    191 year ago

    As someone who used to be a Java programmer, I can’t make any sense of that statement.

    • Sentient Loom
      link
      fedilink
      English
      141 year ago

      Java is the first language I learned. I love how structured it is and how it forces you to work within the paradigm. I might never use it again, but it shaped how I think of programming.

      • @BURN
        link
        English
        21 year ago

        That’s why I like Java too. The fact that it’s so strict means I have to think about projects in a certain way and can’t just wing my way through it like Python.

        • Sentient Loom
          link
          fedilink
          English
          21 year ago

          Right. And then you’ll write better code when you do use Python or JavaScript or whatever.

    • @dylanTheDeveloper
      link
      English
      -11 year ago

      As someone who mostly uses C++ and C# Java is much easier for most projects