Skip to content
Snippets Groups Projects
Commit 193356d7 authored by Arnaud Blouin's avatar Arnaud Blouin
Browse files

Update practicalSession-4.md

parent 15e6db57
No related branches found
No related tags found
No related merge requests found
Pipeline #26454 canceled
......@@ -2,7 +2,7 @@
# Introducing Rust
During all the sessions, I talked about quality in terms of code validation: you write tests to check your program; you build Docker images to provide everybody with a packaged environnement.
During all the sessions, I talked about quality in terms of code validation: you write tests to check your program; you build Docker images to provide everybody with a packaged environment.
But, quality also comes with the programming language itself.
During the last years, Rust emerged as the programming language to build (more) robust, safe software systems (compared to C++ and C).
......@@ -11,7 +11,7 @@ Mozilla created Rust to replace C++ in the development of Firefox. Their goal is
Rust has no garbage collector, compiles to native code.
Rust may make C++ and C decrepated during the coming decade(s).
Rust may make C++ and C deprecated during the coming decade(s).
## Installation
......@@ -33,7 +33,7 @@ Then, install the tutorials:
`cd rustlings`
Finally run to launch the exercices:
Finally run to launch the exercises:
`~/.cargo/bin/rustlings watch`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment