Name: Anonymous 2013-09-02 19:45
Let's get an actual thread going.
Post your favourite computer science, mathematics, and programming textbooks.
I'll start with a few that aren't posted all that much.
- The Elements of Computing Systems
Shows the implementation of basically everything, from stringing together logic gates all the way to a compiler, OS, VM, interpreter, etc.
- Types and Programming Languages + Advanced Topics in Types and Programming Languages
A good abstract treatise of type systems and programming language theory.
- Lisp in Small Pieces
Basically an entire book about the implementation of Scheme and Lisp interpreters and compilers.
- Artificial Intelligence: A Systems Approach
A good practical overview of most AI algorithms, covers search, NNs, unsupervised & probabilistic algorithms, genetic and evolutionary algorithms, etc. Example code in C.
Post your favourite computer science, mathematics, and programming textbooks.
I'll start with a few that aren't posted all that much.
- The Elements of Computing Systems
Shows the implementation of basically everything, from stringing together logic gates all the way to a compiler, OS, VM, interpreter, etc.
- Types and Programming Languages + Advanced Topics in Types and Programming Languages
A good abstract treatise of type systems and programming language theory.
- Lisp in Small Pieces
Basically an entire book about the implementation of Scheme and Lisp interpreters and compilers.
- Artificial Intelligence: A Systems Approach
A good practical overview of most AI algorithms, covers search, NNs, unsupervised & probabilistic algorithms, genetic and evolutionary algorithms, etc. Example code in C.