How Not to reference papers
igorpak.wordpress.com3 pointsby tomgg0 comments
x |> a|> b |> c|>s->d(s,y)|>e|>...
in julia instead of e(d(c(b(a(x))),y)) or (e (d (c (b (a x)) y))
...or whatever is your flavour. I reckon it is impossible to make a serious case against that readability gain.