Commit c3c2687
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 language1 parent e7913f2 commit c3c2687
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments