Add currying
This commit is contained in:
parent
4f67b34ade
commit
c86d2ecb18
1 changed files with 13 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue