Hacker News new | ask | show | jobs
by tkahn6 4774 days ago
Currying is like air in functional programming.

Here's a small example:

map (+ 3) [1, 2, 3] == [4, 5, 6]