this post was submitted on 13 Aug 2023
19 points (77.1% liked)

Golang

2469 readers
1 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 2 years ago
MODERATORS
 

Rust vs Go in 2023

Which is better, Rust or Go? Go or Rust? Which language should you choose for your next project in 2023, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency? What do they have in common, and where do they fundamentally differ? Let’s find out, in this friendly and even-handed comparison of Rust and Golang.

you are viewing a single comment's thread
view the rest of the comments
[–] somegeek@programming.dev -5 points 2 years ago* (last edited 2 years ago) (4 children)

my somewhat controversial opinion:

Never use a language that is controlled by a big enterprise. Look at Java, look at C#, yes they are strong and the market for them is usually good, but they are absolutely not fun to work with. You have to just stay in their ecosystem and you're forced to use their tooling, and their stupid decisions. For example try to develop a .NET app on linux. Or do almost anything with Java. It's a huge pain in the ass.

So I would never get too serious with Go. But rust is like C, and JS, although it has flaws, it's much more fun to work with, and its not controlled by anyone, and will be here for a couple of decades atleast.

[–] ringtailringo@mastodon.social 4 points 2 years ago* (last edited 2 years ago)

@somegeek

If I look at the regular drama in the Rust Foundations, I very much prefer big corporations. At least their teams are professional.

load more comments (3 replies)