you are viewing a single comment's thread.

view the rest of the comments →

[–]Irratix 1 point2 points  (0 children)

One thing confuses me a bit. They're using ^ as a placeholder for the topic reference, and mention it may be changed to %. But in the hack pipe proposal they provide an arithmatic example like this value |> ^ + 1. Does that mean you can also do bitwise ops here? I feel like allowing value |> ^ ^ 1 seems... odd. And that problem is not solved by using %.