Hacker News new | ask | show | jobs
by lsaferite 304 days ago
I find this (hypothetical) syntax *very* elegant.

    result = df
      |> fun1(arg1=1)
      |> fun2(arg2=2)