DEV Community

[Comment from a deleted post]
Collapse
 
autoferrit profile image
Shawn McElroy

Yea, Rust is one that I really really want to learn. It's just not practical. I don't really do any systems-level stuff. And it's web frameworks still need work. Having to learn Rust AND then learn the frameworks would take some significant time to start being effective.

Whereas Go, you can learn the language in a day. That has a lot of benefits.

 
sendilkumarn profile image
Sendil Kumar

Yeah agree. Go on the other hand makes it easier to learn the concurrency and channels (especially CSP). But Rust in general makes you a better programmer, you will think more in terms of safety, making your program efficient and compiler will be your best friend. If you master the ownership model then everything will fall in its own place.