You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1:5;] |> x -> x.^2 |> sum |> inv
[1:5;] ▷ x -> x.^2 ▷ sum ▷ inv
More arguments in favor:
Does not hurt users, since if someone wants to use some "right-pointing triangle"-like symbol in the code he still has plenty of alternatives available:
▶, ▸, ▹, ►, ▻
◁, ◀, ◂, ◃, ◄, ◅
so won't need to resort to piracy
Many coding fonts with ligatures (notably FiraCode) already turn |> into ▷
The text was updated successfully, but these errors were encountered:
Would give the code with pipes a cleaner look:
More arguments in favor:
so won't need to resort to piracy
|>
into▷
The text was updated successfully, but these errors were encountered: