scribble
scribble copied to clipboard
code:quote but no code:quasiquote etc.
The racketblock (and related) form(s) recognize (code:quote datum) and typesets it as (quote datum), i.e. without using '.
There doesn't seem to be a way to do something similar for quasiquote, unquote, and unquote-splicing, which makes writing about quotation really difficult.