Even through it has some flaws, e.g. it’s not fully memory safe (there are some programming languages that are even safer, like Ada)?
Even through it has some flaws, e.g. it’s not fully memory safe (there are some programming languages that are even safer, like Ada)?
If you learn Rust, you’ll find that you’d choose it over C/++ even without the brrow checker. Every little part of the development experience is just so much better.
The only thing I hate about rust is how it does not respect my hard disk. It downloads all the dependencies and staticly links them into each project. Hrrrrrr