Remove tech jargon. Closes #306

This commit is contained in:
Carol (Nichols || Goulding) 2016-10-18 17:43:29 -04:00
parent 715049e014
commit 8dfb4d9ddf

View File

@ -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
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
as programmers from languages like Python who are looking for ways to write more
performant code without losing expressiveness.
as programmers from languages like Python who are looking for ways to write
code that performs better without losing expressiveness.
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