aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort8m8 <t0m09488@gmail.com>2017-07-10 18:38:59 +0900
committert8m8 <t0m09488@gmail.com>2017-07-10 18:38:59 +0900
commitc86d2ecb185898a20ef09d4cb065d91a045d9ee2 (patch)
treec0f27bdfe724d94dddd87f1e4e2ff0d13f9d3964
parent4f67b34ade61ec2d3fe634b46cec1706ef225aae (diff)
downloadpackages-c86d2ecb185898a20ef09d4cb065d91a045d9ee2.tar.gz
packages-c86d2ecb185898a20ef09d4cb065d91a045d9ee2.zip
Add currying
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index df63a71..05d220d 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]