100-exercises-to-learn-rust icon indicating copy to clipboard operation
100-exercises-to-learn-rust copied to clipboard

Introduce the idea that Rust is a compiled language, and what compilation is

Open illicitonion opened this issue 1 year ago • 0 comments

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.

illicitonion avatar Oct 31 '24 12:10 illicitonion