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
      194 months ago

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

      • Sentient Loom
        link
        English
        144 months 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.

        • @[email protected]
          link
          fedilink
          English
          24 months 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
            English
            24 months ago

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