KittyGiraudel / SJSJ

Simplified JavaScript Jargon
http://jargon.js.org
2.27k stars 193 forks source link

[RFR] Updated “Currying” entry #169

Closed sgtpepper43 closed 8 years ago

sgtpepper43 commented 8 years ago

Fix #166

The curry function provided in most javascript libraries doesn't quite fit the standard definition. In fact, it's more like an auto-curried partial application. The Currying with Javascript Libraries explains how this differs from the formal definition of curry.

KittyGiraudel commented 8 years ago

Great, thank you! :)