I personally think it’d be a great way to teach low-level functional programming, memory management and multithreading. Does anyone know of any university undergrad computer science courses use Rust as as a teaching language? Should they?
I personally think it’d be a great way to teach low-level functional programming, memory management and multithreading. Does anyone know of any university undergrad computer science courses use Rust as as a teaching language? Should they?
https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/rust.html
Thanks! Found a lot on Rust vs D (see below), so need time to understand what’s it all about, from the first sight there is an advantage over C/C++, but no outstanding advantage over D.