Post #3395718
2026-06-14 12:28 UTC
Replies (2)
-
@Serinus@lemmy.world 2026-06-14 13:08
dotnet is pretty great, runs great on Linux, and you can ship your executable without a need for an external framework if you want. Dotnet is also open source, a strongly typed language, a large standard library so it doesn't have the problems of npm, has great performance and is all around the best language out there imo. Use rust if you need to be closer to the metal, but that's rare.
-
@Blue_Morpho@lemmy.world 2026-06-15 13:33
> Don’t even get me started on .NET or the various and sundry “redistributables” constantly required by every tool you try to use. It's absurd but Linux is far worse. Instead of addressing library bloat and versioning we have Docker which just throws EVERYTHING into a bag and makes you download an entire OS environment space to run one app.