100-exercises-to-learn-rust
100-exercises-to-learn-rust copied to clipboard
Introduce the idea that Rust is a compiled language, and what compilation is
https://rust-exercises.com/100-exercises/01_intro/01_syntax#type-annotations talks about the compiler, and compile-time.
The welcome page establishes "we assume you know at least another programming language".
Someone coming from e.g. a JavaScript or Python background may not know what a compiler is, or what compile-time means.
We should add a brief introduction (or at least a reference to some external material) explaining what this means.