|
|
|
|
|
by parshua
2190 days ago
|
|
Go is a significantly simpler language than Rust, and has a garbage collector. You can learn Go in a weekend, and experiment with it in a couple more.
Rust on the other hand has a steep learning curve which will take at least a couple of months to get good at.
So if I were you, I'd start by learning Go, seeing if it fit my needs, and then learning Rust later on if I had a use case that Go wasn't a good fit for. |
|