Programming Languages Books


A Tour of C++

The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Strous…

(4 )

More Effective C++: 35 New Ways to Improve Your Programs and Designs

More than 150,000 copies in print! Praise for Scott Meyers’ first book, Effective C++ : “I heartily recommend Effective C++ to anyone who aspires …

(4 )

Practical Common Lisp

...it has a fresh view on the language and the examples in the later chapters are usable in your day-to-day work as a programmer. — Frank Buss, Li…

(4 )

Programming Erlang: Software for a Concurrent World

Erlang solves one of the most pressing problems facing developers today: how to write reliable, concurrent, high-performance systems. It's used wo…

(4 )

Seven Concurrency Models in Seven Weeks: When Threads Unravel

Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware…

(4 )

On Lisp: Advanced Techniques for Common Lisp

Starting in the 1980s, Lisp began to be used in several large systems, including Emacs, Autocad, and Interleaf. On Lisp explains the reasons behin…

(4 )

Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library

“This is Effective C++ volume three – it’s really that good.” – Herb Sutter, independent consultant and secretary of the ISO/ANSI C++ standards co…

(4 )

Learning Go: An Idiomatic Approach to Real-World Go Programming

Author: Jon Bodner

Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to d…

(4 )

The C++ Standard Library: A Tutorial and Reference

The Barnes & Noble Review The C++ Standard Library enables programmers to use general components and a higher level of abstraction, enhancing …

(4 )

C Programming: A Modern Approach

The first edition of C Programming: A Modern Approach was popular with students and faculty alike because of its clarity and comprehensiveness as …

(4 )