mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Remove tech jargon. Closes #306
This commit is contained in:
parent
715049e014
commit
8dfb4d9ddf
@ -6,8 +6,8 @@ concurrency. Its design lets you create programs that have the performance and
|
|||||||
control of a low-level language, but with helpful abstractions that feel like a
|
control of a low-level language, but with helpful abstractions that feel like a
|
||||||
high-level language. The Rust community welcomes all programmers who have their
|
high-level language. The Rust community welcomes all programmers who have their
|
||||||
experience in languages like C and are looking for a safer alternative, as well
|
experience in languages like C and are looking for a safer alternative, as well
|
||||||
as programmers from languages like Python who are looking for ways to write more
|
as programmers from languages like Python who are looking for ways to write
|
||||||
performant code without losing expressiveness.
|
code that performs better without losing expressiveness.
|
||||||
|
|
||||||
Rust provides the majority of its safety checks at compile time and without a
|
Rust provides the majority of its safety checks at compile time and without a
|
||||||
garbage collector so that your program's runtime isn't impacted. This makes it
|
garbage collector so that your program's runtime isn't impacted. This makes it
|
||||||
|
Loading…
Reference in New Issue
Block a user