Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backquoted let in Scheme is not a keyword #3763

Open
jcubic opened this issue Jan 14, 2024 · 0 comments
Open

Backquoted let in Scheme is not a keyword #3763

jcubic opened this issue Jan 14, 2024 · 0 comments

Comments

@jcubic
Copy link
Contributor

jcubic commented Jan 14, 2024

Information:

  • Prism version: 1.29
  • Plugins: none
  • Environment: Browser

Description

With this code:

(let ()
  `(let ()
     (display "x")))

The second let inside the backquote is marked as a name, not a keyword. It's important for writing macros and looks odd that the second let is white (in Coy) and not blue.

@jcubic jcubic changed the title Quotes let in Scheme is not keyword Backquoted let in Scheme is not keyword Jan 14, 2024
@jcubic jcubic changed the title Backquoted let in Scheme is not keyword Backquoted let in Scheme is not a keyword Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant