We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See hylang/hy#1454, an inadequate attempt to clean this up. This probably needs a full rewrite.
An anaphoric macro might work better than the current broken symbol macro approach.
Something like my loop decorator from Drython might be a better approach. With a macro, the recur argument could be an implicit anaphor.
loop
recur
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See hylang/hy#1454, an inadequate attempt to clean this up. This probably needs a full rewrite.
An anaphoric macro might work better than the current broken symbol macro approach.
Something like my
loop
decorator from Drython might be a better approach. With a macro, therecur
argument could be an implicit anaphor.The text was updated successfully, but these errors were encountered: