From c3c2687fadfbcb15fbea33a50c3725b4383fc3dc Mon Sep 17 00:00:00 2001 From: Jason Shin Date: Sat, 6 Jul 2019 00:25:35 +1000 Subject: [PATCH] Adding Rust world Hi, I've worked on a Rust world version of the Jargon project recently as a side project. I think the Rust variation will be an interesting addition to the Functional Programming Jargon projects family for the following reasons - Rust is gaining a lot of tractions - Although it may seem like it supports functional programming features, it does not have Higher Kinded Type, currying, auto-currying and subtyping. functional-programming-jargon.rs provides workarounds to these problems - An attempt to emulate the Haskell ecosystem in a system-level programming language --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a4c08f9..e9f94d2 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,7 @@ __Translations__ * [Chinese](https://github.com/shfshanyue/fp-jargon-zh) * [Bahasa Indonesia](https://github.com/wisn/jargon-pemrograman-fungsional) * [Scala World](https://github.com/ikhoon/functional-programming-jargon.scala) +* [Rust World](https://github.com/JasonShin/functional-programming-jargon.rs) * [Korean](https://github.com/sphilee/functional-programming-jargon) __Table of Contents__