code:quote but no code:quasiquote etc.
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 250
- Forks
- 102
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the racketblock and related forms that recognize code:quote. Trace how code:quote is rendered without the quote shorthand, then determine the corresponding behavior for quasiquote, unquote, and unquote-splicing. Done means those forms can be typeset similarly when writing about quotation.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100