Why FRP instead of a streaming library?

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ludum-dare-50

    "Tordle", a mix of Tetris and Wordle

    In my most recent FRP game, my most common bug was the following. In one part of the code I had one Behaviour which was changed by an Event, and in a second part of the code that same Event triggered something which needed to look at the current value for that Behaviour. In the FRP library I used, that means the second part does not see the update performed by the first part until the next event occurrence. That was a bug for me because I did need to see that update right away.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts