Comparison of functional reactive programming packages in Haskell

I am new to functional reactive programming and I would like to know how to compare different packages in Haskell. Everyone seems to have slightly different approaches, and I don't know enough to choose between them.

I also believe that the information available for some packages is outdated. This previous stack overflow question recommends either netwire, or reactive-banana, but netwirewill not currently be installed using stack, as it is deprecated profunctors.

So, for beginners, how do different FRP packages compare to each other? And what is best for graphic applications and which are best for simulators / games?

Thank,

+4
source share
1 answer

I found this link very useful for comparing FRP libraries. It provides sample code for a simple application written in each library.

https://github.com/gelisam/frp-zoo

+3
source

All Articles