From e8a8eb50955f7a81527d258023d73a7045318b85 Mon Sep 17 00:00:00 2001 From: Suzuki Katsuma <71871253+SuzukiKatsuma@users.noreply.github.com> Date: Mon, 18 Oct 2021 08:33:41 +0900 Subject: [PATCH] Add Japanese books (TypeScript, Rust) (#6299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add TypeScript book "仕事ですぐに使えるTypeScript" * Add PDF version I forgot to write the link to the PDF * Add Rust section and one book "The Rust Programming Language 日本語版" * Add Rust book "Rust by Example 日本語版" * Add PDF version I forgot to write the link to the PDF --- books/free-programming-books-ja.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/books/free-programming-books-ja.md b/books/free-programming-books-ja.md index 391fc93d..42cbb901 100644 --- a/books/free-programming-books-ja.md +++ b/books/free-programming-books-ja.md @@ -69,6 +69,7 @@ * [Flask](#flask) * [R](#r) * [Ruby](#ruby) +* [Rust](#rust) * [Sather](#sather) * [Scala](#scala) * [Scheme](#scheme) @@ -625,6 +626,12 @@ * [実用的Rubyスクリプティング](https://www.gentei.org/~yuuji/support/sr/scrp-2020-05.pdf) - 広瀬雄二 (PDF) +### Rust + +* [Rust by Example 日本語版](https://doc.rust-jp.rs/rust-by-example-ja) - Rustコミュニティ(翻訳) +* [The Rust Programming Language 日本語版](https://doc.rust-jp.rs/book-ja) - Steve Klabnik, Carol Nichols, Rustコミュニティ(翻訳) ([PDF](https://doc.rust-jp.rs/book-ja-pdf/book.pdf)) + + ### Sather * [Sather を試そう](https://www.shido.info/sather) - 紫藤貴文 @@ -693,6 +700,7 @@ * [TypeScript Deep Dive 日本語版](https://typescript-jp.gitbook.io/deep-dive/) - basarat, yohamta(翻訳) * [TypeScriptの為のクリーンコード](https://msakamaki.github.io/clean-code-typescript) - labs42io, 酒巻 瑞穂(翻訳) +* [仕事ですぐに使えるTypeScript](https://future-architect.github.io/typescript-guide) - フューチャー株式会社(Future Corporation) ([PDF](https://future-architect.github.io/typescript-guide/typescript-guide.pdf)) #### Angular