As you now know [https://www.crustofcode.com/how4/], quote descends the syntax
tree that is its argument and converts it into code that will, when executed,
build the original syntax tree. quote is usually not useful unless the tree
contains unquote or unquote_splicing nodes. This post explains how