Replaced every bottom-of-section 'See also:' block with inline Org-mode file: links at the first natural mention in body text. All 29 files across the economics directory now use wiki-style inline cross-references rather than standalone reference blocks.
1.4 KiB
1.4 KiB
Biology as Proof of the Lisp Model
Striking parallels between microbiology and the Lisp model:
- Homoiconicity — DNA is code and data in the same molecule; no separate source and binary
- Hot-reloadable image — alternative splicing, epigenetic marks, post-translational modifications change the running program without restart
- Automatic memory management — proteasomes degrade misfolded proteins, autophagy recycles organelles; the cell never calls free()
- Interpreted dynamic language — DNA → RNA → ribosome (interpreter) → protein; no static compilation step
- Self-modifying source — CRISPR, transposons, DNA repair modify the genome at runtime; eval on the genome
- Duck typing — protein folding depends on chemical environment, not type declarations
- Concurrent real-time GC — apoptosis breaks down cell components for recycling by neighboring cells
Biology chose the Lisp model because it is more robust, adaptable, and evolvable. Evolution optimized for survival in an unpredictable environment, not peak single-thread throughput. Biology is the proof that the Lisp model can be efficient at planetary scale, running on hardware that self-assembles from food. See Lisp economics for how these biological parallels inform the business model.