From e82daac72a5f426aedaefc85a68ed03b8bb9c5e9 Mon Sep 17 00:00:00 2001 From: Dejan Toteff Date: Sun, 29 Nov 2020 19:12:21 +0200 Subject: [PATCH] Add rambda to functional programming section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 960fffb..b6bc40b 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [mesh](https://github.com/crcn/mesh.js) - Streamable data synchronization utility. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. +* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*. ## Reactive Programming