Guile's manual includes a quine that demonstrates cycling thru different levels of the compiler tower. https://www.gnu.org/software/guile/manual/html_node/Compiler-Tower.html Mind blown.
miniblog.
Related Posts
The Guile contributors are some extremely talented lispers. Missing a parenthesis in lisp docs is done by every lisper once in a while though :)
Apparently it's common for Scheme implementations (not just Guile) to include partial demo implementations of other programming languages.
How hard is it to compile Guile Emacs? Recent GCC has started optimising the code such that malloc doesn't work!