-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
the .. operator #2614
Comments
I don't know, what should it do? |
Syntax error? Or reserve them for something useful, such as my other two proposals (making |
The contest we should have is how many colons and dots you can have in one julia expression. |
Since |
Also |
Lisp is so cool |
I added a syntax error for 4 or more dots. |
How about using |
Clever idea, but overloading the dot operator is going to happen, so it becomes a bit of a waste of syntax. |
is the behavior of the .. variable intentional?
I found this because I wanted to see whether I could propose that
x..y(...)
could be syntax fory(x, args...)
or possibly instead syntax thatx..y == Intrinsics.getfield(x,y)
andx.y == Base.getdot(x,y)
The text was updated successfully, but these errors were encountered: