Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bakul
on May 13, 2022
|
parent
|
context
|
favorite
| on:
K – A simple, fast vector programming language
> So f[;x][y] is f[x;y].
f[y;x]
avmich
on May 13, 2022
[–]
Yes. And J has & to bind left or right argument to a dyad making it a monad - e.g. -&5 allows (-&5) 11 which evaluates to 6, while (5&-) 11 evaluates to _6 .
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
f[y;x]