Comment on Unifying the Fediverse

<- View Parent
Pamasich@kbin.earth ⁨20⁩ ⁨hours⁩ ago

Do you think there is a "best" most efficient programming language for building the program?

I think that depends on how important performance is for large instances, which I don't really know. Python has a huge advantage due to being notoriously easy to get into, even for non-programmers. This means it can find contributors much more easily, leading to faster bugfixing and feature development.
But Python is also slow, which might be an issue for large instances that have a lot of work to do.

In general, barrier of entry and performance act as trade-offs to each others. If you use a language with a lower barrier of entry, it tends too come with lower performance, and vice versa. So whether there's an ideal language depends on whether performance matters and how much it does.

source
Sort:hotnewtop