-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't test custom let macro? #34
Comments
Thank you for the report. This is a bug. I understand the issue and have an idea of how to fix it. I’ll keep you posted. |
ggeoffrey
added a commit
that referenced
this issue
Oct 28, 2021
ggeoffrey
added a commit
that referenced
this issue
Oct 28, 2021
Related to #40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems let is treated special by RCF:
When I macro-expand, I see that RCF uses
clojure.core/let
instead of the dedefined let.The text was updated successfully, but these errors were encountered: