-
Notifications
You must be signed in to change notification settings - Fork 108
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
Use @ instead of % as % is already an operator #289
Comments
How does that interact with decorators? |
Since decorators require two arguments if we allow directional piping and use directional injection points ( |
|
Please close this issue, as it was cleared in the previous comment. |
Since
%
is the modulus operator I think it we be better to use a different symbol, perhaps@
In some other programming languages that have the pipe operator they support piping is both directions:
There is some confusion if both are use in the same expression:
to get over this confusion we can add the corresponding
<
or>
to the@
The text was updated successfully, but these errors were encountered: