Rust vs Julia in scientific computing
Does Julia solve the two-language problem and when should you use Rust instead?
Rust vs. Julia in Scientific Computing
I use both Julia and Rust, I did shot a few times in the foot with Julia (for instance, getting memory leaks on the GPU). Now, I use Julia (the REPL) when I want to quickly script some code and use Pluto.jl to plot data and teach programming.