Replies: 1 comment
-
For really obvious cases, you could introduce a
This would work the same way with the local scope/function syntax I suggested in #13, with a related question I'll add there. I'm not sure how you would add it to functions defined in Rust, nor if you plan to allow user defined functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a good idea to look into. I feel that there should be a better solution that we can come to before implementing something. I have concerns with both of these options right now.
For using
shape
by default:For using the first parameter:
sin(radians)
for an example. If you have5 -> sin()
and then I addsin(degrees)
which one should the pipe call? `Beta Was this translation helpful? Give feedback.
All reactions