-
Notifications
You must be signed in to change notification settings - Fork 11
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
We should have syntax parameters #105
Comments
With regular, non-syntax parameters, each parameter behaves like With syntax parameters, the dynamic-extend of the body of |
We discussed the following implementation technique. The expander's state is divided into two. The Thus, we could attach the current value of all the syntax parameters to |
In #166 , I suggested the name "ReaderRef" instead of "parameter", to avoid confusion with parameters-vs-arguments. Thus, correspondingly, I would like to suggest the name "SyntaxReaderRef" for syntax parameters, even though the name "syntax parameter" is a lot less ambiguous than the name "parameter". |
This would make a number of macros nicer to write. See http://scheme2011.ucombinator.org/papers/Barzilay2011.pdf for details.
The text was updated successfully, but these errors were encountered: