mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Wording for dynamic languages.
This commit is contained in:
parent
ab8c884b34
commit
810757935e
@ -147,7 +147,7 @@ $ ./main # or main.exe on Windows
|
||||
|
||||
This prints out our `Hello, world!` text to our terminal.
|
||||
|
||||
If you come from a dynamically evaluated language like Ruby, Python, or JavaScript,
|
||||
If you come from a dynamic language like Ruby, Python, or JavaScript,
|
||||
you may not be used to these two steps being separate. Rust is an
|
||||
‘ahead-of-time compiled language’, which means that you can compile a program,
|
||||
give it to someone else, and they don't need to have Rust installed. If you
|
||||
|
Loading…
Reference in New Issue
Block a user