Literature

this page is dedicated to useful programming books that should be shared.

Books

Effective C++’s

  • Effective C++
  • More Effective C++
  • Effective Modern C++

These three books are written as rules/guidelines. Each rule/guideline is a book section. the way these books are laid out make them really easy to read. Author Scott Meyers

The <cpp topic> Complete Guide’s

  • C++ Move Semantics
  • C++ Templates

This is or at least should be the de facto book on move semantics.The text is very dense. if a book is still expensive decades after its release its probably good. Nicolai Josuttis

Category Theory for Programmers

This book started out as a blog and is available as a blog. The purpose of this book is to explain category theory and its utility for programmers. It is extremely dense but approachable. Bartosz Milewski

Clojure for the Brave and True

This is one of my favorite programming books. Every programming book should be written like Clojure for the Brave and True. I am not a Clojure enthusiast, but this book is a joy to read. If you know nothing about functional programming or Lisp read this. Daniel Higginbotham

Land of Lisp

This is one of the most entertaining books about programming ever written. It is fun and a joy to read like Clojure for the Brave and True. like Clojure for the Brave and True. If you know nothing about functional programming or Lisp read this.Conrad Barski