Programming Languages


Most Read This Week Tagged "Programming Languages"

Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
A Tour of C++ (C++ In Depth SERIES)
Functional JavaScript: Introducing Functional Programming with Underscore.js
Node.js in Action + EBook
Functional Programming in Scala
Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript (Effective Software Development Series)
The Well-Grounded Java Developer: Vital techniques of Java 7 and polyglot programming
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun
Clojure Programming: Practical Lisp for the Java World
Java 8 in Action
The Swift Programming Language
Learn You a Haskell for Great Good!
The C Programming Language
The Rust Programming Language
The Go Programming Language
Learn You a Haskell for Great Good!
Types and Programming Languages (Mit Press)
Seven Languages in Seven Weeks: A Pragmatic Guide to Learning Programming Languages (Pragmatic Programmers)
JavaScript: The Good Parts
The C++ Programming Language
Crafting Interpreters
Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
Effective Java
Structure and Interpretation of Computer Programs
You Don't Know JS: Up & Going
Practical Foundations for Programming Languages
Eloquent JavaScript: A Modern Introduction to Programming
JavaScript Succinctly by Cody LindleyUnit Testing Succinctly by Marc CliftonASP.NET Web API Succinctly by Emanuele DelBonoCryptography in .NET succinctly by Stephen HauntsC# Succinctly by Joe Mayo
Syncfusion's Succinctly Series
54 books — 5 voters


When the ANSI C standard was under development, the pragma directive was introduced. Borrowed from Ada, #pragma is used to convey hints to the compiler, such as the desire to expand a particular function in-line or suppress range checks. Not previously seen in C, pragma met with some initial resistance from a gcc implementor, who took the “implementation-defined” effect very literally—in gcc version 1.34, the use of pragma causes the compiler to stop compiling and launch a computer game instead! ...more
Peter van der Linden, Expert C Programming: Deep C Secrets

Steve Klabnik
Inheritance has recently fallen out of favor as a programming design solution in many programming languages because it’s often at risk of sharing more code than necessary. Subclasses shouldn’t always share all characteristics of their parent class but will do so with inheritance. This can make a program’s design less flexible. It also introduces the possibility of calling methods on subclasses that don’t make sense or that cause errors because the methods don’t apply to the subclass. In addition ...more
Steve Klabnik, The Rust Programming Language

More quotes...
Computer Programming Mastery with D_Team Publishing Welcome to the D_Team Publishing Computer Programming Mastery Group on Goodreads! 📚👩‍💻 This is …more
2 members, last active 2 years ago
Programming Group for Tech people
14 members, last active one year ago
This group is about sharing the latest and greatest innovations from Google Cloud, one of the la…more
1 member, last active 2 years ago
Reading ruby books in Montevideo, Uruguay
2 members, last active 15 years ago