From d3deb143419a2d944b74f9c87794cabb4e6bfceb Mon Sep 17 00:00:00 2001 From: Artem Kobzar Date: Sun, 17 Sep 2023 17:01:30 +0200 Subject: [PATCH] Propose sweet-monads library into Functional Programming section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44d1e76..4bb4caf 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Sugar](https://github.com/andrewplummer/Sugar) - A JavaScript library for working with native objects. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. * [ramda](https://github.com/ramda/ramda) - A practical functional library for JavaScript programmers. +* [sweet-monads](https://github.com/JSMonk/sweet-monads) - A utility library containing popular monads and lazy iterators. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.