fogus/papers-i-love
Computer science and computer-adjacent papers (and sometimes books) that have influenced me deeply.
{ "createdAt": "2019-12-05T21:08:43Z", "defaultBranch": "master", "description": "Computer science and computer-adjacent papers (and sometimes books) that have influenced me deeply.", "fullName": "fogus/papers-i-love", "homepage": null, "language": null, "name": "papers-i-love", "pushedAt": "2025-02-26T13:09:13Z", "stargazersCount": 310, "topics": [], "updatedAt": "2025-10-10T01:14:15Z", "url": "https://github.com/fogus/papers-i-love"}Computer science and computer-adjacent papers (and sometimes books) that have influenced me deeply.
Directory structure and classifications borrowed (er, stolen) from https://github.com/papers-we-love/papers-we-love
Favorites
Section titled “Favorites”It’s very difficult to pick only a handful and call them my favorites. I’ve tried in the past with varying success, but honestly my top picks today will likely be different next week. That said, here are a few that I truly love.
/artificial_intelligence├── Lenat-Beings.pdf├── McCarthy-Programs_With_Common_Sense.pdf/comp_sci_fundamentals_and_history├── Hoare-An_Axiomatic_Basis_for_Computer_Programming.pdf├── McCarthy-Recursive_Functions_of_Symbolic_Expressions_and_Their_Computation_by_Machine_Part_1.pdf/computer_architecture├── Barton-A_New_Approach_to_the_Functional_Design_of_a_New_Computer.pdf├── Henderson-Purely_Functional_Operating_Systems.pdf/design└── Moseley-Out_of_the_Tarpit.pdf/intelligence_amplification├── Engelbart-Augmenting_Human_Intellect.pdf/languages├── forth│ └── Moore-Forth_The_Early_Years.pdf├── lisp│ ├── Hart-MACRO_Definitions_for_LISP.pdf│ └── McCarthy-LISP_15_Programmers_Manual.pdf└── smalltalk └── Kay-The_Early_History_of_Smalltalk.pdf/languages-theory├── Ernst-Predicate_Dispatch.pdf├── Schorre-META-II_A_Syntax-oriented_Compiler_Writing_Language.pdf/metaprogramming└── Ferguson-PROLOG_A_Step_Toward_the_Ultimate_Computer_Language.pdf