awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAbility-Based

Effect systems where side effects are represented as first-class ability requests handled by continuations.

Distinct from Effect Systems: Distinct from Effect Systems: focuses on ability-based handling with continuations, not just executing side effects in response to state changes.

Explore 1 awesome GitHub repository matching web development · Ability-Based. Refine with filters or upvote what's useful.

Awesome Ability-Based GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • unisonweb/unisonAvatar de unisonweb

    unisonweb/unison

    6,487Voir sur GitHub↗

    Defines the core effect system of the language, using abilities and continuations.

    Haskellhacktoberfesthaskellprogramming-language
    Voir sur GitHub↗6,487
  1. Home
  2. Web Development
  3. Effect Systems
  4. Ability-Based

Explorer les sous-tags

  • Constructor InterceptionMatching ability constructors in handlers to intercept and respond to specific effect requests from computations. **Distinct from Ability-Based:** Distinct from Ability-Based: focuses on the interception of specific constructors, not the general ability-based effect system.
  • Pattern-Based HandlersAbility handlers that match on constructor patterns and continuations to intercept and respond to effect requests. **Distinct from Ability-Based:** Distinct from Ability-Based: focuses on the pattern-matching mechanism within handlers, not the general ability-based effect system.