|
|
|
|
|
by atoav
1172 days ago
|
|
To be honest I would say Rust is worth learning even if you were to never use the language at all after learning it. The problems Rust attempts to tackle are fundamental problems you will encounter in many languages. Understanding how to program or how to think in order not to get those problems in the first place is the thing Rust can teach you. A lesson that any programmer can learn from. That being said Rust has great testability and interopability. I myself use Rust in some (work) projects in conjunction with Python. So I definitly see some future for the language, also commercially. But even if I wouldn't, I would still recommend learning it. |
|