Rust vs Julia in scientific computing

https://mo8it.com/blog/rust-vs-julia/

8 points · 1 comments · view on lemmy.world

1 Comments

mjpc13@programming.dev · 3 pts · 3y

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.