|
|
|
|
|
by fauigerzigerk
2408 days ago
|
|
Some of the bugs that Rust prevents do matter in most software but only occur in languages without GC. In my view, Rust has a good chance of gradually replacing C++, because C++ devs don't shy away from using a large, complex language, and they can appreciate what the borrow checker does for them. |
|
I use TypeScript for the browser and React native, because that is much better done in JavaScript land.
For short scripts I use Python.
Everything else I use Go.