-
-
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
Reserve a word for chaining #24082
Comments
I like the way that I agree this would be a simple and straightforward way to do chaining but I'd settle for |
I've been convinced that _ as a right hand chained value is too confusing when it also means discard this as a l value. But it is convenient in that its already reserved |
I like |
It's not a "binding", it's a "probinding" :) |
what does that mean? |
Just being silly. Noun -> pronoun |
Ah got it lol |
Using a word/symbol to refer to the previous result is by far the most straightforward implementation of chaining, IMO. So I think Julia should reserve a word/symbol to refer to a chained item before 1.0 hits, even if chaining itself isn't implemented. Possibilities include
it
orans
.The text was updated successfully, but these errors were encountered: