parse/invalid-reader-gensym
This happens when a gensym-style symbol ending in # is used outside a syntax-quoted form.
Mitigations
Use gensym literals only inside syntax quote. Otherwise replace them with an ordinary symbol.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This happens when a gensym-style symbol ending in # is used outside a syntax-quoted form.
Use gensym literals only inside syntax quote. Otherwise replace them with an ordinary symbol.