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
·
athanclark avatar

athanclark/purescript-zeta

0
View on GitHub↗
4 stars·0 forks·PureScript·BSD-3-Clause·0 views

Purescript Zeta

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

Features

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

Star history

Star history chart for athanclark/purescript-zetaStar history chart for athanclark/purescript-zeta

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

Frequently asked questions

What does athanclark/purescript-zeta do?

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

What are the main features of athanclark/purescript-zeta?

The main features of athanclark/purescript-zeta are: Asynchronicity and Parallelism.

What are some open-source alternatives to athanclark/purescript-zeta?

Open-source alternatives to athanclark/purescript-zeta include: athanclark/purescript-queue — The pub/sub model captures a simple concept - assign "handlers" to an event manager of some kind, and delegate… bodil/purescript-signal — Signal is a lightweight FRP-like library heavily inspired by the Elm Signal implementation. Where possible and… slamdata/purescript-aff — An asynchronous effect monad and threading model for PureScript.

Open-source alternatives to Purescript Zeta

Similar open-source projects, ranked by how many features they share with Purescript Zeta.
  • 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
  • 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
  • slamdata/purescript-affslamdata avatar

    slamdata/purescript-aff

    288View on GitHub↗

    An asynchronous effect monad and threading model for PureScript.

    PureScript
    View on GitHub↗288