Skip to content

Instantly share code, notes, and snippets.

@loganlinn
Created July 26, 2012 05:35
Show Gist options
  • Save loganlinn/3180443 to your computer and use it in GitHub Desktop.
Save loganlinn/3180443 to your computer and use it in GitHub Desktop.
The Elements of Programming

The Elements of Programming

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.

-- SICP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment