Merge pull request #536 from t8m8/master

Add currying
This commit is contained in:
Dominik Picheta 2017-07-10 23:48:21 +01:00 committed by GitHub
commit 31390d2009

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"
}
]