scribble icon indicating copy to clipboard operation
scribble copied to clipboard

code:quote but no code:quasiquote etc.

Open dvanhorn opened this issue 6 years ago • 0 comments

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.

dvanhorn avatar Aug 28 '19 14:08 dvanhorn