From ac79113107cfee2eb444bf0c5f376338a5a80869 Mon Sep 17 00:00:00 2001 From: John Lee Date: Thu, 19 Jul 2018 06:52:03 +0800 Subject: [PATCH] Add fpEs record fpEs: A small library provides simple usages of basic FP & pattern-matching/sumtype & MonadIO/Rx & Optional for Javascript In fact I've implemented almost same features in Golang/Rust/Java/ES6. (Java is harder to release a library indeed...only golang & Rust & es6 versions are shared) However I found ES6 is the most elegant version in them :P Ref: https://github.com/TeaEntityLab/fpEs https://github.com/TeaEntityLab/fpGo https://github.com/TeaEntityLab/fpRust Thx :D --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9fbda9..e4c1d92 100644 --- a/README.md +++ b/README.md @@ -2334,3 +2334,4 @@ A curated list of awesome JavaScript frameworks, libraries and software. * [bestiejs/benchmark.js](https://github.com/bestiejs/benchmark.js) - A benchmarking library. As used on jsPerf.com. * [xoxco/jQuery-Tags-Input](https://github.com/xoxco/jQuery-Tags-Input) - Magically convert a simple text input into a cool tag list with this jQuery plugin. * [scripted-editor/scripted](https://github.com/scripted-editor/scripted) - The Scripted code editor +* [fpEs](https://github.com/TeaEntityLab/fpEs/) - A small library provides simple usages of basic FP & pattern-matching/sumtype & MonadIO/Rx & Optional for Javascript.