LBRP and Lisp
This is a placeholder page for the LBRP/Lisp writeup.
The core idea: ritual can be read as a symbolic program. Lisp can be read as a ritualized evaluator. Both define spaces, bind names, transform state, and move through structured operations.
(define (ritual environment)
(protect
(invoke 'east)
(invoke 'south)
(invoke 'west)
(invoke 'north)
(seal environment)))
Future expansion:
- eval/apply and invocation
- environment frames and ritual space
- constraints and banishing
- symbolic operators
- recursion and return
- SICP as grimoire, but said with a straight face