-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hello! #4
Comments
Hey: yeah, I'm happy to see some sort of combined effort. I saw that you had written it, but wanted to experiment with a somewhat simpler approach. I could imagine adding your version of |
Sure. I'm open to whatever. |
Cool! A few initial thoughts / questions about how to combine efforts:
|
On 1) I don't have very strong opinions about syntax. You can number arguments in On 2) Maybe not too hard but not worth doing, IMHO.
Is almost as terse and more clear. |
One thing that bugs me about
would be nice |
regarding 1.) I think I personally prefer regarding 2.) I agree, that may be the case, in which case either It does however seem worth experimenting with a fancier macro, more like the PR for julia, that would try to be smart about where the boundaries are. I think it will be hard to tell which works well in practice with out some means of testing out both. also, another point (3): Do you have an opinion about the various names for this macro? For similar reasons to my issues with |
I think this is one reason it would be worth experimenting with something a little smarter. In any case it seems like something that would sort itself out by implementing something and trying it out to see how it feels. |
Well the place to start would be
JuliaLang/julia#24990 (comment)
|
Hmm sure i could see the numbers as being clearer. No strong opinions about
macro names
|
My thinking is that the macro would allow for a slightly different ruleset than that proposal. It could be one that allows for a broader scope of the function boundary: e.g. the Haven't thought through it, but in many cases that might be the same as the PR's rule, but I suspect there would be cases where the macro would work differently. |
I still like my proposal here JuliaLang/julia#24990 (comment) |
Just happened to find this. I offer a similar
@_
macro in LightQuery. Maybe it would make sense to pool efforts?The text was updated successfully, but these errors were encountered: