This commit is contained in:
Nikita Voloboev 2018-02-27 19:56:49 +01:00
parent c003ea8b61
commit d6408e0f26
No known key found for this signature in database
GPG Key ID: 43EDACFC00099A17
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Emojis before the books show if the book is free or not.
The subdashes after the book may include notes and other useful material related to the book. If you find a free version of the paid book, please swap the link.
- [Programming](#programming)
- [Functional programming](#functional-programming)
- [Programming languages](#programming-languages)
- [C](#c)
- [C++](#c-1)
@ -130,6 +131,9 @@ The subdashes after the book may include notes and other useful material related
- [📕 Programming in the large with design patterns (2012)](http://www.goodreads.com/book/show/16418148-programming-in-the-large-with-design-patterns)
- [📖 Composing programs](http://www.composingprograms.com/)
## Functional programming
- [📕 Pearls of Functional Algorithm Design (2010)](https://www.goodreads.com/book/show/8693802-pearls-of-functional-algorithm-design)
## Programming languages
- [📖 Programming languages: application and interpretation (2012)](http://cs.brown.edu/courses/cs173/2012/book/book.pdf)
- [📖 Crafting interpreters (2012)](http://www.craftinginterpreters.com/introduction.html)