💾 Archived View for gnebbia.net › misc › books › computer-science.gmi captured on 2023-01-29 at 15:32:43. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2023-01-29)
➡️ Next capture (2023-12-28)
-=-=-=-=-=-=-
Books about Computer Science
Classics
- Structure and Interpretation of Computer Programs (the "legendary" wizard book)
- How to Design Programs
- Grokking Simplicity by Eric Normand
Fundamentals
- Operating Systems by Tanenbaum
- Computer Networks by Tanenbaum
- Advanced Programming in the UNIX environment by Richard Stevens
Software Engineering
- Clean Code
- Clean Architecture
Lisp
- Practical Common Lisp
- Land of Lisp
- The Little Schemer
- The Seasoned Schemer
- The Reasoned Schemer
- The Little Typer
- The Little Prover
- Concrete Abstractions
- Simply Scheme
Other Discrete Programming Books
- C for 21st Century
- The Art of Assembly
- Learning Perl, Intermediate Perl and Mastering Perl by Schwartz et Al.
- Fluent Python