--- Structure and Interpretation of Computer Programs - Highlights

Structure and Interpretation of Computer Programs

By Harold Abelson;Gerald Jay Sussman;Martin Henz;Tobias Wrigstad; Gerald Sussman Martin Henz Tobias Wrigstad

1 highlights

Every powerful language has three mechanisms for accomplishing this: primitive expressions, which represent the simplest entities the language is concerned with, means of combination, by which compound elements are built from simpler ones, and means of abstraction, by which compound elements can be named and manipulated as units.

Page 801: Building Abstractions with Functions