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

Order of macro definition matters in library #22

Closed
justinethier opened this issue Dec 17, 2015 · 1 comment
Closed

Order of macro definition matters in library #22

justinethier opened this issue Dec 17, 2015 · 1 comment

Comments

@justinethier
Copy link
Owner

In scheme/base.sld the make-thread function generates a compile error if it is placed above the macro definitions. It seems let is not expanded in this case.

I suspect this is because the same expand pass handles both reading define-syntax forms and expanding existing macros. Maybe we need a separate define-syntax pass? That is not ideal but might be able to avoid this issue.

@justinethier
Copy link
Owner Author

It is not possible to reproduce this anymore. As far as I can tell there is no longer an issue.

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