From ab653d889ac357cbb82207f94b3ecd69642571a3 Mon Sep 17 00:00:00 2001 From: Jason Shin Date: Sat, 6 Jul 2019 13:14:36 +1000 Subject: [PATCH] Adding Functional Programming Jargon in Rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d5ac41..c542450 100644 --- a/README.md +++ b/README.md @@ -945,6 +945,7 @@ ___ *** * [**elmesque** - An attempt at porting Elm's incredibly useful, purely functional std graphics modules](https://github.com/mitchmindtree/elmesque) +* [**Functional Programming Jargon** - A glossary of Functional Programming terminologies explained in Rust](https://github.com/JasonShin/functional-programming-jargon.rs) ### [Julia](https://github.com/JuliaLang/julia)