Add currying

This commit is contained in:
t8m8 2017-07-10 18:38:59 +09:00
parent 4f67b34ade
commit c86d2ecb18

View File

@ -6697,5 +6697,18 @@
"description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz",
"license": "MIT",
"web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml"
},
{
"name": "currying",
"url": "https://github.com/t8m8/currying",
"method": "git",
"tags": [
"library",
"functional",
"currying"
],
"description": "Currying library for Nim",
"license": "MIT",
"web": "https://github.com/t8m8/currying"
}
]