Hacker News new | ask | show | jobs
by adiM 1264 days ago
Julia also has

x |> f

as a syntax sugar for

f(x)

and is useful for the same reason as Mathematica.

1 comments

(I don't know where the pipeline operator originated, but F# certainly had it before Julia, by the way.)