I am new to functional reactive programming and I would like to know how different packages compare in Haskell. They all seem to have slightly different approaches and I don't know enough to choose between them.
I also think that the available information for some of the packages is out of date. This previous Stack Overflow question recommends either netwire
or reactive-banana
but currently netwire
won't install with stack
because it depends on an out of date profunctors
package.
So basically, for a beginner, how do the various FRP packages compare against each other? And which are best for GUI applications and which are best for simulation/game applications?
Thanks,