Y
Hacker News
new
|
ask
|
show
|
jobs
by
submeta
2017 days ago
Beautiful. - Elixir has this as well. Love it. - In Mathematica you'd have to write `data // f // g` to denote `g(f(data))`.
## Edit
Corrected a notation.
2 comments
nonfamous
2017 days ago
I don’t know Mathematica, but wouldn’t data // g // f make more sense for f(g(data)) ?
link
submeta
2017 days ago
You‘re right. That was I typo.
link
dnautics
2017 days ago
if you use vscode this is an invaluable vscode snippet:
https://slickb.it/bits/70
link