content: cherished-books

This commit is contained in:
Maciej Jur 2023-12-17 13:12:29 +01:00
parent 1273c8bf28
commit 02bd82cdbe
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
3 changed files with 271 additions and 540 deletions

View file

@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.0",
"@astrojs/mdx": "^2.0.1",
"@astrojs/solid-js": "^3.0.2",
"@citation-js/plugin-bibtex": "^0.7.2",
"@js-temporal/polyfill": "^0.4.4",
"astro": "^4.0.1",
"astro": "^4.0.6",
"astro-pagefind": "^1.3.0",
"chart.js": "^4.4.1",
"citation-js": "^0.7.4",

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
---
title: Recommended reading
title: Cherished Books
---
## Programming
@ -12,7 +12,15 @@ title: Recommended reading
- N. Indurkhya and F. J. Damerau, *Handbook of Natural Language Processing*. CRC Press, 2010. [doi:10.1201/9781420085938](https://doi.org/10.1201/9781420085938)
> A very comprehensive resource about NLP, which proved to be especially useful while I was writing my master's degree thesis.
- R. Skinner, *Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programming*. O'Reilly Media, 2023.
> If you are learning Haskell and looking for The Book, look no further.
- R. Nystrom, *Crafting Interpreters*. Genever Benning, 2021.
> The best introduction to writing compilers and designing programming languages out there!
## Japanese
- J. Rubin, *Making Sense of Japanese: What the Textbooks Dont Tell You*. Kodansha International, 2002.
> This is possibly the first place I came across that mentioned the existence of the so-called "null subject". The topics presented in this book are mainly useful for beginners struggling to grasp the difference between は and が.
- S. Makino and M. Tsutsui *Dictionary of Japanese Grammar*. Japan Times. (3 tomes)
> Arguably the most comprehensive compendium of Japanese grammar, this resource is the go-to for any questions you may have about Japanese grammar.