You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments