• 6 Posts
  • 1.11K Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle
  • 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.