-
Notifications
You must be signed in to change notification settings - Fork 27
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
macros @for
, @if
etc.
#233
Comments
Yes! We came up with |
I'll do it then and keep the old ones as deprecated |
Just had to learn that only from julia 1.10 on this syntax is supported :-( Update, I found a different solution by aliasing thanks to https://stackoverflow.com/questions/50084877/how-to-alias-a-macro-in-julia const var"@if" = var"@iif" |
Solved by #234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I found out, that it is indeed possible to define macros
@if
,@for
etc.So shouldn't we rename our strange macros which seem very unintuitive and difficult to remember for me.
The text was updated successfully, but these errors were encountered: