Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hannasanarion
on Jan 20, 2023
|
parent
|
context
|
favorite
| on:
Pipe Operator (|>) For JavaScript
in F# syntax the right side is always a unary expression, so `|> join(' ')` means `|> join(' ')(x)`
(the requirement being that join(' ') returns a function that takes one arg)
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(the requirement being that join(' ') returns a function that takes one arg)