Y
Hacker News
new
|
ask
|
show
|
jobs
by
Arrrlex
1449 days ago
Currying support is orthogonal to how function arguments work. Some languages (e.g. OCaml according to this question[1]) combine named parameters with currying, allowing partial application with any of the function's arguments.
[1]
https://stackoverflow.com/questions/3015019/is-there-a-progr...