9012 shaares
209 private links
209 private links
Example of a scientist turning into Rust.
Some arguments in favor of Rust:
- Microsoft use it too to rewrite parts of Windows because 70% of their bug fixes each year are related to memory safety. Something that can not happen in Rust.
- the engine Servo of Firefox is written in Rust
- It is the fastest growing language according to Github
- the compiler produce high informative error messages
- a well complete and high-quality ecosystem: tooling (cargo, clippy, , community, IDE integration, Rust playground
BUT the learning curve is steep.
Idea to learn Rust : RIIR scientific algorithm :stuck_out_tongue_closed_eyes: