|
|
|
|
|
by ram_rar
2105 days ago
|
|
if you're end goal is to be productive and build something shippable, then I would suggest Go. You focus on building what you want and dont have to explicitly deal with memory management etc. But, if you want to get into nitty-gritty details of things and have complete control over things you need to build something performance in mind, then choose Rust. Coming from Java/Python background, Go feels like a fresh breeze. You can easily get things done with Go. |
|