awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
slamdata avatar

slamdata/purescript-aff

0
View on GitHub↗
288 stars·67 forks·PureScript·Apache-2.0·2 viewspursuit.purescript.org/packages/purescript-aff↗

Purescript Aff

An asynchronous effect monad and threading model for PureScript.

Features

  • Asynchronicity and Parallelism - Listed in the “Asynchronicity and Parallelism” section of the Awesome Purescript awesome list.

Star history

Star history chart for slamdata/purescript-affStar history chart for slamdata/purescript-aff

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Purescript Aff

Similar open-source projects, ranked by how many features they share with Purescript Aff.
  • athanclark/purescript-queueathanclark avatar

    athanclark/purescript-queue

    3View on GitHub↗

    The pub/sub model captures a simple concept - assign "handlers" to an event manager of some kind, and delegate messages to those handlers by issuing events. This is also considered a "channel" in Haskell - something that stores messages until they are read.

    PureScript
    View on GitHub↗3
  • athanclark/purescript-zetaathanclark avatar

    athanclark/purescript-zeta

    4View on GitHub↗

    This library is a competing Signaling implementation, modeled after Bodil's purescript-signal library.

    PureScript
    View on GitHub↗4
  • bodil/purescript-signalbodil avatar

    bodil/purescript-signal

    260View on GitHub↗

    Signal is a lightweight FRP-like library heavily inspired by the Elm Signal implementation. Where possible and sensible, it tries to maintain API equivalence with Elm.

    PureScript
    View on GitHub↗260

Frequently asked questions

What does slamdata/purescript-aff do?

An asynchronous effect monad and threading model for PureScript.

What are the main features of slamdata/purescript-aff?

The main features of slamdata/purescript-aff are: Asynchronicity and Parallelism.

What are some open-source alternatives to slamdata/purescript-aff?

Open-source alternatives to slamdata/purescript-aff include: athanclark/purescript-queue — The pub/sub model captures a simple concept - assign "handlers" to an event manager of some kind, and delegate… athanclark/purescript-zeta — This library is a competing Signaling implementation, modeled after Bodil's purescript-signal library. bodil/purescript-signal — Signal is a lightweight FRP-like library heavily inspired by the Elm Signal implementation. Where possible and…