Commit Graph

7 Commits

Author SHA1 Message Date
Angelos Chalaris
c15eb63ad2 Build README 2017-12-13 13:35:10 +02:00
Elder Henrique Souza
3b63999bfb Update curry.md 2017-12-13 09:31:25 -02:00
Elder Henrique Souza
576b96a0f8 refactor to account for variadic functions
altough certainly more verbose, this version accounts for variadic functions such as Math.min that can't represent it's arity with the length property properly. for such cases you can pass the optional argument arity (as in the edited example).
what do you think?
2017-12-12 20:26:01 -02:00
Angelos Chalaris
43f8529cb9 Added samples 2017-12-12 17:50:08 +02:00
Jorge Gonzalez
98279117fa Change all snippets from var to const 2017-12-12 07:11:37 -05:00
Angelos Chalaris
b30a7af756 Housekeeping, head, tail, init and last of list 2017-12-10 17:59:07 +02:00
Angelos Chalaris
542a08cf2a Generic currying 2017-12-10 15:21:35 +02:00