Add a debug mode that logs developer-centric information to the maiden/matron console.
Why
This can be useful for troubleshooting. Also it is fun and educational to see plisp work its magic on an AST maze.
Considerations
There's a lot of commented-out junk logging already strewn throughout the code. These probably aren't best left as-is, but provide clues on decent places to log.
Summary
Add a debug mode that logs developer-centric information to the maiden/matron console.
Why
This can be useful for troubleshooting. Also it is fun and educational to see plisp work its magic on an AST maze.
Considerations