racket / scribble

Other
197 stars 91 forks source link

code:quote but no code:quasiquote etc. #209

Open dvanhorn opened 5 years ago

dvanhorn commented 5 years ago

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.