Nov 9, 2022
For scientific computing and number crunching Julia will most likely outperform Rust. Julia can already outperform Fortran in this area. Rust isn’t JIT compiled which limits what optimizations you can do.
Not to mention Julia lets you develop much faster than Rust. Rust cannot really compete in areas which benefits from interactive coding.