• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle
  • Every language is just a tool for the job. From what I understand Go is great for multithreaded web or backend applications. Now if you were a game developer you would most likely not be using Go as it is not industry standard and the support just isn’t there. Rust also intrigued me but as my current job is windows only I mostly write code in C# or Powershell.

    What I do like about Rust are things like exhaustive matching and memory safety. I dislike cargo for the same reason I don’t like other languages with package management, supply chain security risks.

    Pick the best tool for the job and use whatever language you enjoy the most.