-
Notifications
You must be signed in to change notification settings - Fork 361
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
Suggestion: syntactic sugar for pipe calls #352
Comments
I consider such notation as a hack. Unfortunately, this is how it is done in RxCpp. I come from system/driver development and I can't adhere to a notation that abuses the usage of the "bitwise or" operator. The | character is a pipe only in shells, in python the meaning is bitwise or. |
I also think we should leave it for now and hope that there will be a proper pipe operator such as with F#. Lets fix the typing problems with pipe instead #355 |
Fair enough, I guess it’s a bit too hackish :-) Closing the isssue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I had this idea a while ago, and I can't decide if this is a pretty nice and pythonic idea, or else if it might be too clever by half...
So I should probably just ask the community: what do you think if we add something like this to
Observable
?The text was updated successfully, but these errors were encountered: