First, we are going to need to install some tools (specifically rustup) so we can get the latest version of Rust, as well as build our project. Here are the instructions on how to install rustup for ...
- C++と同じくらい速いらしい。ガベージコレクションがない **安全** - 所有権の概念のおかげで(ガベージコレクションがなくても)メモリ安全、スレッド安全 **生産性が高い(らしい)** **マルチパラダイム** - 手続き的にも関数型的にも書ける **そして ...