this post was submitted on 13 Aug 2023
20 points (77.8% liked)
Golang
2206 readers
2 users here now
This is a community dedicated to the go programming language.
Useful Links:
Rules:
- Posts must be relevant to Go
- No NSFW content
- No hate speech, bigotry, etc
- Try to keep discussions on topic
- No spam of tools/companies/advertisements
- It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
All languages have their place and there's no simple "better" or "worse" between any of them.
Go's great for quickly and efficiently writing web services and other general programs. It's clean, simple and quick to learn. Executables are pretty fast and it's safe.
Rust's aimed more at systems level programming like operating systems etc. but it's also suitable for general programs. It's complex and hard to learn but powerful according to its advocates. Like Go, executables are fast and it's safe.