Skip to content

Commit 641203a

Browse files
authored
Merge pull request #201 from koic/tweak_a_word_in_chapter_1_2
Tweak a term in Chapter 1.2
2 parents a74e92b + ee5825b commit 641203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch01-02-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ compile and run your program. Everything is a trade-off in language design.
380380
RubyやPython、JavaScriptなどの動的言語により造詣が深いなら、プログラムのコンパイルと実行を個別の手順で行うことに慣れていない可能性があります。
381381
Rustは*AOTコンパイル*(ahead-of-time; `訳注`: 予め)言語です。つまり、プログラムをコンパイルし、
382382
実行可能ファイルを誰かにあげ、あげた人がRustをインストールしていなくても実行できるわけです。
383-
誰かに *.rb**.py**.js*ファイルをあげたら、それぞれRuby、Python、JavaScriptの実装がインストールされている必要があります
383+
誰かに *.rb**.py**.js*ファイルをあげたら、それぞれRuby、Python、JavaScriptの処理系がインストールされている必要があります
384384
ですが、そのような言語では、プログラムをコンパイルし実行するには、1コマンドしか必要ないのです。
385385
全ては言語設計においてトレードオフなのです。
386386

0 commit comments

Comments
 (0)