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

Create macro expansion time #169

Open
jcubic opened this issue Aug 19, 2021 · 0 comments
Open

Create macro expansion time #169

jcubic opened this issue Aug 19, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jcubic
Copy link
Collaborator

jcubic commented Aug 19, 2021

Related to #168. There should be a compilation time process that expands all the macros. It should happen before evaluation.

  • Macros can be just placeholders for code and don't do the evaluation.
  • The code for syntax-rules and define-macro can be put into a different place.
  • The code can be combined with macroexpand that will do expansion.
  • Or expansion will be used in macroexpand butt the whole macroexpand will be part of the new expand function.
  • Public evaluate API can do expansion and then old evaluate.
@jcubic jcubic added the enhancement New feature or request label Aug 19, 2021
@jcubic jcubic added this to the 1.1 milestone Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant