From c86d2ecb185898a20ef09d4cb065d91a045d9ee2 Mon Sep 17 00:00:00 2001 From: t8m8 Date: Mon, 10 Jul 2017 18:38:59 +0900 Subject: Add currying --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'packages.json') 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" } ] -- cgit v1.2.3