this post was submitted on 16 Jul 2025
255 points (96.0% liked)

Fediverse memes

1613 readers
112 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] crazyminner@lemmy.ml 12 points 3 days ago (1 children)

Yeah. One is written in python and the other in Rust for example.

[โ€“] SorteKanin@feddit.dk 5 points 2 days ago* (last edited 2 days ago)

Yea, Python has a tendency to be fast to work on at the start, but once the system reaches a certain level of complexity, it gets unwieldy... Rust doesn't run into the same problem, but takes a bit more up-front work on the small scale. At least that is my experience working with both professionally.