felicity-lims/node_modules/wonka
2021-02-27 13:24:39 +02:00
..
docs professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
esy.lock professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
src professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
bsconfig.json professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
dune-project professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
esy.json professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
index.js.flow professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
LICENSE.md professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
package.json professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
README.md professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00
wonka.opam professionalsing python code according to PEP docs 2021-02-27 13:24:39 +02:00

Wonka

A fast push & pull stream library for Reason, loosely following the callbag spec

NOTE: The master branch currently points to the v4 Release Candidate version! If you're looking for v3, please check the v3.2.2


NPM Version License Test Coverage Minified gzip size

“Theres no earthly way of knowing
Which direction we are going
Theres no knowing where were rowing
Or which way the rivers flowing” Willy Wonka


Wonka

Wonka is a lightweight iterable and observable library loosely based on the callbag spec. It exposes a set of helpers to create streams, which are sources of multiple values, which allow you to create, transform and consume event streams or iterable sets of data.

Wonka is written in Reason, a dialect of OCaml, and can hence be used for native applications. It is also compiled using BuckleScript to plain JavaScript and has typings for TypeScript and Flow.

This means that out of the box Wonka is usable in any project that use the following:

  • Plain JavaScript
  • TypeScript
  • Flow
  • Reason/OCaml with BuckleScript
  • Reason/OCaml with bs-native
  • Reason/OCaml with Dune and Esy

Documentation

See the documentation at wonka.kitten.sh for more information about using wonka!

The raw markdown files can be found in this repository in the docs folder.