Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
submeta
on Dec 5, 2020
|
parent
|
context
|
favorite
| on:
R adds native pipe and lambda syntax
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.
nonfamous
on Dec 5, 2020
|
next
[–]
I don’t know Mathematica, but wouldn’t data // g // f make more sense for f(g(data)) ?
submeta
on Dec 5, 2020
|
parent
|
next
[–]
You‘re right. That was I typo.
dnautics
on Dec 5, 2020
|
prev
[–]
if you use vscode this is an invaluable vscode snippet:
https://slickb.it/bits/70
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
## Edit
Corrected a notation.