Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
justinpombrio
on Oct 11, 2022
|
parent
|
context
|
favorite
| on:
Go: Redefining For Loop Variable Semantics
Currying is the observation that a function that takes a pair as an argument, `(a, b) -> c`, is equivalent to a function that returns a function: `a -> (b -> c)`.
What's that have to do with for loops?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
What's that have to do with for loops?