Hacker News new | past | comments | ask | show | jobs | submit login

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: