GitHub

@Avaq

Avaq

Follow

View Avaq's full-sized avatar

Aldwin Vlasblom Avaq

Sponsors

@davidchambers

Organizations

@NixOS @sanctuary-js @fluture-js

Block or report Avaq

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fluture-js/Fluture fluture-js/Fluture Public

    πŸ¦‹ Fantasy Land compliant (monadic) alternative to Promises

    JavaScript 2.5k 82

  2. sanctuary-js/sanctuary sanctuary-js/sanctuary Public

    πŸ™ˆ Refuge from unsafe JavaScript

    JavaScript 3.1k 93

  3. fantasyland/fantasy-land fantasyland/fantasy-land Public

    Specification for interoperability of common algebraic structures in JavaScript

    JavaScript 10.2k 369

  4. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 25.8k 19.8k

  5. Common combinators in JavaScript Common combinators in JavaScript

    1

    const I  = x => x

    2

    const K  = x => y => x

    3

    const A  = f => x => f (x)

    4

    const T  = x => f => f (x)

    5

    const W  = f => x => f (x) (x)
  6. fp-ts-bootstrap fp-ts-bootstrap Public

    πŸ— Service orchestration made functional

    TypeScript 5

Read the original on github.com β†—