Fix mistake in the text
This commit is contained in:
parent
3c01ef24da
commit
a06e64e5a2
@ -11,7 +11,7 @@ tags = ["rust","skeleton"]
|
|||||||
## The Rust Language
|
## The Rust Language
|
||||||
|
|
||||||
Since reading about Mozilla's new programming language [Rust][0] I was eager to give it a try. Rust is a really new language and the first stable version was released in 2015.
|
Since reading about Mozilla's new programming language [Rust][0] I was eager to give it a try. Rust is a really new language and the first stable version was released in 2015.
|
||||||
Almost C like performance without memory corruption vulnerabilities, no race conditions and so forth thanks to a number of very interesting design concepts
|
Almost C like performance without memory corruption vulnerabilities, no data races and so forth thanks to a number of very interesting design concepts
|
||||||
and no garbage collector or any other kind of runtime overhead made that language sound really awesome.
|
and no garbage collector or any other kind of runtime overhead made that language sound really awesome.
|
||||||
|
|
||||||
In Rust all safety checks are done in compile time. The compiler translates into the [LLVM][1] meta language which then takes care
|
In Rust all safety checks are done in compile time. The compiler translates into the [LLVM][1] meta language which then takes care
|
||||||
|
Loading…
Reference in New Issue
Block a user