1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-30 04:50:48 +00:00

Added a section and a book in Japanese. (#4084)

* Added a section and a book in Japanese.

* Added a navigational link and removed one hash.

* Added missing new lines.

* Added space.
This commit is contained in:
Gintautas Švedas 2020-10-15 17:46:06 +03:00 committed by GitHub
parent 61772b48da
commit 9918fed90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@
* [Standard ML](#standard-ml)
* [Swift](#swift)
* [Tcl/Tk](#tcltk)
* [Theoretical Computer Science](#theoretical-computer-science)
* [TypeScript](#typescript)
* [VBA](#vba)
* [Vim](#vim)
@ -649,6 +650,11 @@
* [Tcl/Tk入門](http://aoba.cc.saga-u.ac.jp/lecture/TclTk/text.pdf) - 只木進一 (PDF)
### Theoretical Computer Science
* [計算機プログラムの構造と解釈 第二版](https://sicp.iijlab.net/fulltext/xcont.html) - Alan J. Perlis
### TypeScript
* [TypeScript Deep Dive 日本語版](https://typescript-jp.gitbook.io/deep-dive/) - basarat, yohamta(翻訳)