-
Have a look at https://reflex-frp.org/, or https://owickstrom.github.io/gi-gtk-declarative/, they are an interesting and different way of working with UI in a non imperative way.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
reflex
Interactive programs without callbacks or side-effects. Functional Reactive Programming (FRP) uses composable events and time-varying values to describe interactive systems as pure functions. Just like other pure functional code, functional reactive code is easier to get right on the first try, maintain, and reuse. (by reflex-frp)
Have a look at https://reflex-frp.org/, or https://owickstrom.github.io/gi-gtk-declarative/, they are an interesting and different way of working with UI in a non imperative way.
-
If you're looking into creating UIs, Monomer provides a declarative style inspired on Elm's architecture.
-
What! Is fudgets being maintained again? It was a big inspiration behind Concur (https://github.com/ajnsit/concur).
-
[2] https://gitlab.com/sheaf/fir
-
However, it's certainly possible to build purely functional abstractions on the top of existing imperative solutions, and you already found one example, GPipe. Another one is lambdacube 3d
-
fudgets
A copy of Fudgets so that I can more easily include it as a dependency in a cabal.project file
Here is a git repo with the latest fudgets for easier addition to your cabal.project file: https://github.com/solomon-b/fudgets/