Initial commit

This commit is contained in:
Jay
2026-03-01 13:57:55 +00:00
commit 3d8d25976e
13 changed files with 661 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Structure and Interpretation of Computer Programs
We are about to study the idea of a *computational process*. Computational processes are abstract beings that inhabit computers. As they evolve, processes manipulate other abstract things called data. The evolution of a process is directed by a pattern of rules called a *program*. People create programs to direct processes. In effect, we conjure the spirits of the computer with our spells.