DEV Community

[Comment from a deleted post]
 
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.