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

Access local variable names #30

Closed
thautwarm opened this issue Jan 29, 2019 · 1 comment
Closed

Access local variable names #30

thautwarm opened this issue Jan 29, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@thautwarm
Copy link
Owner

JuliaLang/julia#29366

This super useful one can help with making a much more convenient ast interpolation method:

@fmt quote
      a + b + c
end

instead of

@fmt [a, b, c] quote
   a + b + c
end
@thautwarm thautwarm added the enhancement New feature or request label Jan 29, 2019
@thautwarm thautwarm added this to the 0.3.0 milestone Jan 29, 2019
@thautwarm thautwarm removed this from the 0.3.0 milestone Mar 4, 2019
@thautwarm
Copy link
Owner Author

thautwarm commented Mar 4, 2019

To support v1.0, @locals usage is permanently not allowed.

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