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.

  • @1984
    link
    25 months ago

    No of course not. But it’s faster to code in since you don’t have to worry about the borrow checker.

    • @SorteKanin@feddit.dk
      link
      fedilink
      35 months ago

      “faster to code in”… I would not say so. In my personal experience, Rust can be very fast to code in once you get comfortable with it, since you barely even need to run your code to know that it works. You also save a lot of time via less debugging.