Skip to content

Commit c3c2687

Browse files
JasonShinjethrolarson
authored andcommitted
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
1 parent e7913f2 commit c3c2687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __Translations__
1212
* [Chinese](https://github.com/shfshanyue/fp-jargon-zh)
1313
* [Bahasa Indonesia](https://github.com/wisn/jargon-pemrograman-fungsional)
1414
* [Scala World](https://github.com/ikhoon/functional-programming-jargon.scala)
15+
* [Rust World](https://github.com/JasonShin/functional-programming-jargon.rs)
1516
* [Korean](https://github.com/sphilee/functional-programming-jargon)
1617

1718
__Table of Contents__

0 commit comments

Comments
 (0)