Sublinks Aims to Be a Drop-In Replacement for Lemmy

Sean Tilley@lemmy.world to Fediverse@lemmy.world – 358 points –
Sublinks Aims to Be a Drop-In Replacement for Lemmy
wedistribute.org

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.

315

You are viewing a single comment

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

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.

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.

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